Cursormode integrated as extension

This commit is contained in:
Eduardo Suarez-Santana
2017-02-23 17:09:37 +00:00
committed by Christian Brabandt
parent c17ad9a123
commit ebda798080
3 changed files with 137 additions and 0 deletions

View File

@@ -1029,6 +1029,12 @@ neomake <https://github.com/neomake/neomake>
* neomake warning >
let airline#extensions#neomake#warning_symbol = 'W:'
<
------------------------------------- *airline-cursormode*
cursormode <https://github.com/vheon/vim-cursormode>
Displays cursor in different colors depending on the current mode (only works
in terminals iTerm, AppleTerm and xterm)
==============================================================================
ADVANCED CUSTOMIZATION *airline-advanced-customization*