aboutsummaryrefslogtreecommitdiff
path: root/vim/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vim/.vimrc')
-rw-r--r--vim/.vimrc6
1 files changed, 5 insertions, 1 deletions
diff --git a/vim/.vimrc b/vim/.vimrc
index 9aa29de..5ac6c68 100644
--- a/vim/.vimrc
+++ b/vim/.vimrc
@@ -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:«