summaryrefslogtreecommitdiffstats
path: root/vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc5
1 files changed, 3 insertions, 2 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 245a19c..3e864a1 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -77,7 +77,8 @@ call plug#end()
" colorscheme
set background=light
-colorscheme solarized
+"colorscheme solarized
+colorscheme default
"backups/swap
@@ -127,7 +128,7 @@ autocmd FileType python set sts=4
autocmd FileType python set omnifunc=pythoncomplete#Complete
autocmd FileType html set omnifunc=htmlcomplete#Complete
-syntax on
+syntax off
filetype indent on
filetype plugin on