parent
48d49075ec
commit
0a0d61af6c
|
@ -4,10 +4,6 @@
|
||||||
|
|
||||||
scriptencoding utf-8
|
scriptencoding utf-8
|
||||||
|
|
||||||
if !get(g:, 'loaded_fzf', 0)
|
|
||||||
finish
|
|
||||||
endif
|
|
||||||
|
|
||||||
function! airline#extensions#fzf#init(ext) abort
|
function! airline#extensions#fzf#init(ext) abort
|
||||||
" Remove the custom statusline that fzf.vim sets by removing its `FileType
|
" Remove the custom statusline that fzf.vim sets by removing its `FileType
|
||||||
" fzf` autocmd. Ideally we'd use `let g:fzf_statusline = 0`, but this
|
" fzf` autocmd. Ideally we'd use `let g:fzf_statusline = 0`, but this
|
||||||
|
|
Loading…
Reference in New Issue