diff --git a/modules/cli.nix b/modules/cli.nix index 0311c73..f319384 100644 --- a/modules/cli.nix +++ b/modules/cli.nix @@ -116,7 +116,7 @@ in configure = { packages.sconfig.start = [ pkgs.vimPlugins.vim-nix ]; customRC = '' - set nowrap scrolloff=9 + set list nowrap scrolloff=9 ''; }; };