mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-07-20 20:44:46 +02:00
add gina's some extensions
add gina-ls
This commit is contained in:
parent
2daef1bcb8
commit
b1ca153b72
@ -41,6 +41,8 @@ if exists(':Gina') && (v:version > 704 || (v:version == 704 && has("patch1898"))
|
||||
let s:filetype_overrides['gina-log'] = ['gina', '%{gina#component#repo#preset()}' ]
|
||||
let s:filetype_overrides['gina-tag'] = ['gina', '%{gina#component#repo#preset()}' ]
|
||||
let s:filetype_overrides['gina-branch'] = ['gina', '%{gina#component#repo#branch()}' ]
|
||||
let s:filetype_overrides['gina-reflog'] = ['gina', '%{gina#component#repo#branch()}' ]
|
||||
let s:filetype_overrides['gina-ls'] = ['gina', '%{gina#component#repo#branch()}' ]
|
||||
endif
|
||||
|
||||
if get(g:, 'airline#extensions#nerdtree_statusline', 1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user