aboutsummaryrefslogtreecommitdiff
path: root/.vim/vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vim/vimrc')
-rw-r--r--.vim/vimrc6
1 files changed, 4 insertions, 2 deletions
diff --git a/.vim/vimrc b/.vim/vimrc
index 5e44259..b6172be 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,15 +20,16 @@ set lz
set nu
set rnu
set ru
-"set scrolloff=666
set si
set sm
set ut=500
set wig=*.swp,*.bak,*.pyc,*.class,*.jar,*.gif,*.png,*.jpg,.precomp
set wmnu
+filetype plugin on
+syntax on
+
call PickTheme('codedark')
-call SetCharLimit(79)
call SetIndent(8)
" add hotkeys