Neovim Term mode for Airline

This commit is contained in:
ViViDboarder 2015-08-17 19:26:56 -07:00
parent ae0e8892d5
commit 0c21ca1154
1 changed files with 1 additions and 0 deletions

View File

@ -123,6 +123,7 @@ let g:airline_mode_map = {
\ 's' : 'S',
\ 'S' : 'S',
\ '' : 'S',
\ 't' : 'T',
\ }
" abbreviate trailing whitespace and mixed indent
let g:airline#extensions#whitespace#trailing_format = 'tw[%s]'