From 38c91eb247e3c8b745826fed8ebeb29eaf286e1b Mon Sep 17 00:00:00 2001 From: Sean Buckley Date: Wed, 25 Aug 2021 09:41:27 -0400 Subject: [PATCH] vim: enable "list" --- modules/cli.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ''; }; };