surround: package option

This commit is contained in:
Alexander Nortung 2023-01-17 23:55:26 +01:00
parent c530479f20
commit c7c42b168a

View file

@ -5,7 +5,7 @@ in with helpers; with lib;
mkPlugin attrs { mkPlugin attrs {
name = "surround"; name = "surround";
description = "Enable surround.vim"; description = "Enable surround.vim";
extraPlugins = [ pkgs.vimPlugins.surround ]; package = pkgs.vimPlugins.surround;
options = {}; options = {};
} }