diff options
Diffstat (limited to '')
-rw-r--r-- | vim/vimrc | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -189,7 +189,10 @@ let g:ale_completion_enabled = 0 nmap <silent> <C-k> <Plug>(ale_previous_wrap) nmap <silent> <C-j> <Plug>(ale_next_wrap) -set background=dark -colorscheme koehler -"syntax off +set background=light +"colorscheme koehler +" +" set colours off! +"set t_Co=0 +syntax off |