diff options
Diffstat (limited to 'stow/vim/.vimrc')
-rw-r--r-- | stow/vim/.vimrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stow/vim/.vimrc b/stow/vim/.vimrc index 83fbd03..2d32bbe 100644 --- a/stow/vim/.vimrc +++ b/stow/vim/.vimrc @@ -81,8 +81,8 @@ let g:ale_linters_ignore = {'python': ['mypy']} " mypy is too slow and doesn't " set background=light -silent! colo tempus_totus -let g:airline_theme='tempus' +silent! colo mono +let g:airline_theme='mono' set hlsearch syntax enable |