diff options
Diffstat (limited to 'vim')
-rw-r--r-- | vim/.vimrc | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -18,6 +18,10 @@ " must be first, because it changes other options as a side effect set nocompatible + +scriptencoding utf-8 +set encoding=utf-8 + " security set modelines=0 @@ -148,7 +152,7 @@ set cursorline " so invisibles set list set listchars= -set listchars+=tab:𐄙\ +set listchars+=tab:\ \ set listchars+=trail:· set listchars+=extends:» set listchars+=precedes:« |