diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2020-11-01 12:33:32 +0000 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2020-11-01 12:33:32 +0000 |
commit | 3fa42bdda948a940cd55d472597a4479043357bb (patch) | |
tree | 12cc19cb9ff0481b2165767f6bc9403f924c0dbe /vim/vimrc | |
parent | eb033fd916e67e36223519cccaa50c3bc4481a9c (diff) |
added wombat256mod colour scheme
Diffstat (limited to 'vim/vimrc')
-rw-r--r-- | vim/vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -234,6 +234,7 @@ autocmd FileType python setlocal makeprg=flake8 " this makes the quickfix window open automatically after autocmd QuickFixCmdPost [^l]* cwindow +colorscheme wombat256mod " nice statusline "set statusline=%-20F%m%r%h%w[%L][%{&ff}]%y[%p%%][%04l,%04v] |