added csv extension

This commit is contained in:
Christian Brabandt
2013-08-13 23:27:21 +02:00
parent 9dd682212f
commit c5e21aa170
4 changed files with 36 additions and 0 deletions

View File

@@ -61,6 +61,16 @@ values):
* enable/disable tagbar integration
>
let g:airline_enable_tagbar=1
* enable/disable csv integration
>
let g:airline_enable_csv=1
(this displays the column number in the csv file)
let g:airline_filetype_csv = 'Name'
(this displays the column name)
<
* enable modified detection