Merge pull request #1075 from chrisbra/po.vim

Enable po.vim integration
This commit is contained in:
Christian Brabandt
2016-03-02 18:48:58 +01:00
3 changed files with 49 additions and 0 deletions

View File

@@ -722,6 +722,15 @@ Shows number of errors and warnings in the current file detected by YCM.
* set warning count prefix >
let g:airline#extensions#ycm#warning_symbol = 'W:'
<
------------------------------------- *airline-po*
po.vim <http://www.vim.org/scripts/script.php?script_id=2530>
* enable/disable po integration >
let g:airline#extensions#po#enabled = 1
<
* truncate width names to a fixed length >
let g:airline#extensions#po#displayed_limit = 0
<
==============================================================================
ADVANCED CUSTOMIZATION *airline-advanced-customization*