mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
Change order of vim-airline and vim-airline-themes
It seems the order matters if we want to load vim-airline after vim-airlinethemes. See also packer.nvim#461.
This commit is contained in:
parent
3b25260be0
commit
11644a3603
@ -93,8 +93,8 @@ require('packer').startup(
|
|||||||
use 'shaunsingh/nord.nvim'
|
use 'shaunsingh/nord.nvim'
|
||||||
|
|
||||||
-- colorful status line and theme
|
-- colorful status line and theme
|
||||||
use {'vim-airline/vim-airline', event = 'VimEnter', after = 'vim-airline-themes'}
|
|
||||||
use {'vim-airline/vim-airline-themes', event = 'VimEnter'}
|
use {'vim-airline/vim-airline-themes', event = 'VimEnter'}
|
||||||
|
use {'vim-airline/vim-airline', event = 'VimEnter', after = 'vim-airline-themes'}
|
||||||
|
|
||||||
-- fancy start screen
|
-- fancy start screen
|
||||||
use {'mhinz/vim-startify', event = 'VimEnter'}
|
use {'mhinz/vim-startify', event = 'VimEnter'}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user