diff options
| -rw-r--r-- | makefu/2configs/vim.nix | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/makefu/2configs/vim.nix b/makefu/2configs/vim.nix index 524caf8f5..9f3a59717 100644 --- a/makefu/2configs/vim.nix +++ b/makefu/2configs/vim.nix @@ -22,7 +22,7 @@ in {        set nocompatible        syntax on        set list -      set listchars=tab:▸ +      set listchars=tab:▸\         "set list listchars=tab:>-,trail:.,extends:>        filetype off | 
