all repos — nixfiles @ e0b0d610a3f63033357f6ea1de5234a42e330613

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

base: add commentary and vim-surround vim plugins

Alan Pearce
commit

e0b0d610a3f63033357f6ea1de5234a42e330613

parent

1381af6b69ee7a1adad16fb883afb560ddb2f176

1 file changed, 5 insertions(+), 1 deletion(-)

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 = [ ]; }; };