diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2021-03-30 15:01:49 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2021-03-30 15:01:49 +0100 |
commit | 3b32a5c74150eb76ac84fef50ddbb47075167c4d (patch) | |
tree | 27851d3f94449a7b3d8a0a32b093d0910585b22f /vim/vimrc | |
parent | d070d74c5572a03b76ec831a2ac9035d7389e332 (diff) |
config for cwmrc
Diffstat (limited to 'vim/vimrc')
-rw-r--r-- | vim/vimrc | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |