Enable po.vim integration

fixes #1070
This commit is contained in:
Christian Brabandt
2016-02-29 22:38:39 +01:00
parent 5cf193fa28
commit f28a706020
3 changed files with 49 additions and 0 deletions

View File

@@ -721,6 +721,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*