vim: enable "list"

This commit is contained in:
Sean Buckley 2021-08-25 09:41:27 -04:00
parent 55fcd53386
commit 38c91eb247

View file

@ -116,7 +116,7 @@ in
configure = { configure = {
packages.sconfig.start = [ pkgs.vimPlugins.vim-nix ]; packages.sconfig.start = [ pkgs.vimPlugins.vim-nix ];
customRC = '' customRC = ''
set nowrap scrolloff=9 set list nowrap scrolloff=9
''; '';
}; };
}; };