summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index 6f1298e..dba1949 100644
--- a/vimrc
+++ b/vimrc
@@ -20,6 +20,7 @@ set encoding=utf-8 " UTF-8
"set iskeyword-=_ " _ is a word delimiter
set autoread
set noexpandtab
+set t_Co=256
" spellcheck setup (disabled by default)
set spellfile=~/.vim/spell/en.add,~/.vim/spell/de.add,~/.vim/spell/names.add