mirror of
https://github.com/vim-airline/vim-airline.git
synced 2026-02-20 08:38:24 +08:00
added csv extension
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user