parent
3a2323feac
commit
6cdcaf13b1
|
@ -332,7 +332,7 @@ function! airline#extensions#load()
|
||||||
call add(loaded_ext, 'vimtex')
|
call add(loaded_ext, 'vimtex')
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if (get(g:, 'airline#extensions#cursormode#enabled', 1))
|
if (get(g:, 'airline#extensions#cursormode#enabled', 0))
|
||||||
call airline#extensions#cursormode#init(s:ext)
|
call airline#extensions#cursormode#init(s:ext)
|
||||||
call add(loaded_ext, 'cursormode')
|
call add(loaded_ext, 'cursormode')
|
||||||
endif
|
endif
|
||||||
|
|
|
@ -1035,6 +1035,9 @@ cursormode <https://github.com/vheon/vim-cursormode>
|
||||||
Displays cursor in different colors depending on the current mode (only works
|
Displays cursor in different colors depending on the current mode (only works
|
||||||
in terminals iTerm, AppleTerm and xterm)
|
in terminals iTerm, AppleTerm and xterm)
|
||||||
|
|
||||||
|
* enable cursormode integration >
|
||||||
|
let g:airline#extensions#cursormode#enabled = 1
|
||||||
|
|
||||||
==============================================================================
|
==============================================================================
|
||||||
ADVANCED CUSTOMIZATION *airline-advanced-customization*
|
ADVANCED CUSTOMIZATION *airline-advanced-customization*
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue