plugins - Load the ctrlp extension to airline when CtrlP is loaded

This commit is contained in:
Emmanuel BENOîT 2023-06-18 15:19:26 +02:00
parent be99bfda32
commit 4e48c149aa
No known key found for this signature in database
GPG key ID: 2356DC6956CF54EF

View file

@ -0,0 +1,3 @@
" Force vim-airline to load the CtrlP extension
let g:airline_extensions = ['ctrlp']
call airline#extensions#load()