diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2020-11-01 20:05:07 +0000 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2020-11-01 20:05:07 +0000 |
commit | 59d758e4128c754849278f4df614a6b9d3abb03d (patch) | |
tree | 87df0e02450d3e394645107469d1a71f48ac2dde /vim | |
parent | a97319d21d821bd93ac32167919a635f0b922127 (diff) |
put back to default colorscheme
Diffstat (limited to 'vim')
-rw-r--r-- | vim/vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -234,7 +234,7 @@ autocmd FileType python setlocal makeprg=flake8 " this makes the quickfix window open automatically after autocmd QuickFixCmdPost [^l]* cwindow -colorscheme wombat256mod +"colorscheme wombat256mod " nice statusline "set statusline=%-20F%m%r%h%w[%L][%{&ff}]%y[%p%%][%04l,%04v] |