all repos — nixfiles @ e0b0d610a3f63033357f6ea1de5234a42e330613

System and user configuration, managed by nix and home-manager

base: add commentary and vim-surround vim plugins
Alan Pearce alan@alanpearce.eu
Fri, 11 Sep 2020 17:35:17 +0200
commit

e0b0d610a3f63033357f6ea1de5234a42e330613

parent

1381af6b69ee7a1adad16fb883afb560ddb2f176

1 files changed, 5 insertions(+), 1 deletions(-)

jump to
M user/settings/base.nixuser/settings/base.nix
@@ -21,7 +21,11 @@ set relativenumber         set smartcase
       '';
       packages.myVimPackage = with pkgs.vimPlugins; {
-        start = [ vim-nix ];
+        start = [
+          commentary
+          vim-surround
+          vim-nix
+        ];
         opt = [ ];
       };
     };