mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
vim: enable "list"
This commit is contained in:
parent
55fcd53386
commit
38c91eb247
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ in
|
|||
configure = {
|
||||
packages.sconfig.start = [ pkgs.vimPlugins.vim-nix ];
|
||||
customRC = ''
|
||||
set nowrap scrolloff=9
|
||||
set list nowrap scrolloff=9
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue