base: add commentary and vim-surround vim plugins
1 file changed, 5 insertions(+), 1 deletion(-)
jump to
M user/settings/base.nix → user/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 = [ ]; }; };