aboutsummaryrefslogtreecommitdiff
path: root/.vim/vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vim/vimrc')
-rw-r--r--.vim/vimrc3
1 files changed, 1 insertions, 2 deletions
diff --git a/.vim/vimrc b/.vim/vimrc
index 5e44259..2ff5b86 100644
--- a/.vim/vimrc
+++ b/.vim/vimrc
@@ -10,6 +10,7 @@ runtime! plugins/*.vim
" vim settings
set ai
+set cc=80,120
set cuc
set cul
set fdm=syntax
@@ -19,7 +20,6 @@ set lz
set nu
set rnu
set ru
-"set scrolloff=666
set si
set sm
set ut=500
@@ -27,7 +27,6 @@ set wig=*.swp,*.bak,*.pyc,*.class,*.jar,*.gif,*.png,*.jpg,.precomp
set wmnu
call PickTheme('codedark')
-call SetCharLimit(79)
call SetIndent(8)
" add hotkeys