diff --git a/core/options.vim b/core/options.vim index 8a5d5f3..9423649 100644 --- a/core/options.vim +++ b/core/options.vim @@ -93,7 +93,7 @@ set visualbell noerrorbells " Do not use visual and errorbells set history=500 " The number of command and search history to keep " Use list mode and customized listchars -set list listchars=tab:▸\ ,extends:❯,precedes:❮,nbsp:+ +set list listchars=tab:▸\ ,extends:❯,precedes:❮,nbsp:␣ " Auto-write the file based on some condition set autowrite