plugins - Load vim-airline and themes

This commit is contained in:
Emmanuel BENOîT 2023-06-18 11:38:49 +02:00
parent 03ae895e9e
commit 73003b1e0d
No known key found for this signature in database
GPG key ID: 2356DC6956CF54EF
7 changed files with 19 additions and 12 deletions

View file

@ -0,0 +1,4 @@
call dein#add('vim-airline/vim-airline-themes', #{
\ lazy: 1,
\ on_event: 'VimEnter',
\ })