aboutsummaryrefslogtreecommitdiff
path: root/.vim/vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vim/vimrc')
-rw-r--r--.vim/vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.vim/vimrc b/.vim/vimrc
index 2ff5b86..b6172be 100644
--- a/.vim/vimrc
+++ b/.vim/vimrc
@@ -26,6 +26,9 @@ 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 SetIndent(8)