plugins - Load the ctrlp extension to airline when CtrlP is loaded
This commit is contained in:
parent
be99bfda32
commit
4e48c149aa
1 changed files with 3 additions and 0 deletions
3
plugins/ctrlp.vim.post.vim
Normal file
3
plugins/ctrlp.vim.post.vim
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
" Force vim-airline to load the CtrlP extension
|
||||||
|
let g:airline_extensions = ['ctrlp']
|
||||||
|
call airline#extensions#load()
|
Loading…
Reference in a new issue