mirror of
https://github.com/vim-airline/vim-airline.git
synced 2026-02-28 20:42:17 +08:00
added csv extension
This commit is contained in:
@@ -130,6 +130,11 @@ function! airline#extensions#load()
|
||||
call airline#extensions#tagbar#init(s:ext)
|
||||
endif
|
||||
|
||||
if g:airline_enable_csv
|
||||
call airline#extensions#csv#init(s:ext)
|
||||
endif
|
||||
|
||||
|
||||
if exists(':VimShell')
|
||||
let s:filetype_overrides['vimshell'] = ['vimshell','%{vimshell#get_status_string()}']
|
||||
let s:filetype_regex_overrides['^int-'] = ['vimshell','%{substitute(&ft, "int-", "", "")}']
|
||||
|
||||
Reference in New Issue
Block a user