summaryrefslogtreecommitdiffstats
path: root/vim/vimrc
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2021-03-30 15:01:49 +0100
committerMatthew Lemon <matt@matthewlemon.com>2021-03-30 15:01:49 +0100
commit3b32a5c74150eb76ac84fef50ddbb47075167c4d (patch)
tree27851d3f94449a7b3d8a0a32b093d0910585b22f /vim/vimrc
parentd070d74c5572a03b76ec831a2ac9035d7389e332 (diff)
config for cwmrc
Diffstat (limited to 'vim/vimrc')
-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