mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
Correct order of vim-airline and vim-airline-themes.
No need to use event for vim-airline if we want to load it after vim-airline-themes. See also https://github.com/wbthomason/packer.nvim/issues/461.
This commit is contained in:
parent
11644a3603
commit
51264eab77
@ -94,7 +94,7 @@ require('packer').startup(
|
||||
|
||||
-- colorful status line and theme
|
||||
use {'vim-airline/vim-airline-themes', event = 'VimEnter'}
|
||||
use {'vim-airline/vim-airline', event = 'VimEnter', after = 'vim-airline-themes'}
|
||||
use {'vim-airline/vim-airline', after = 'vim-airline-themes'}
|
||||
|
||||
-- fancy start screen
|
||||
use {'mhinz/vim-startify', event = 'VimEnter'}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user