Skip to content

Commit

Permalink
disabled airlines cursormode plugin, otherwise cursor is too dark in
Browse files Browse the repository at this point in the history
insert mode using badwolf theme
  • Loading branch information
moritz-makandra committed Nov 23, 2020
1 parent bf95a11 commit 740dae9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins.vim
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Plug 'gabrielelana/vim-markdown'
let g:airline#extensions#tabline#enabled = 1
let g:airline_theme = 'badwolf'
let g:airline_powerline_fonts = 1
let g:airline#extensions#cursormode#enabled = 0

Plug 'tpope/vim-fugitive'
Plug 'rodjek/vim-puppet'
Expand Down

0 comments on commit 740dae9

Please sign in to comment.