Add alpha-nvim
This commit is contained in:
parent
6a0813334a
commit
e568558b9c
@ -483,6 +483,13 @@ return require('packer').startup(function(use)
|
|||||||
require('plugins.treesj')
|
require('plugins.treesj')
|
||||||
end,
|
end,
|
||||||
}
|
}
|
||||||
|
use {
|
||||||
|
'goolord/alpha-nvim',
|
||||||
|
requires = { 'nvim-tree/nvim-web-devicons' },
|
||||||
|
config = function ()
|
||||||
|
require'alpha'.setup(require'alpha.themes.startify'.config)
|
||||||
|
end
|
||||||
|
}
|
||||||
|
|
||||||
-- Automatically set up your configuration after cloning packer.nvim
|
-- Automatically set up your configuration after cloning packer.nvim
|
||||||
-- Put this at the end after all plugins
|
-- Put this at the end after all plugins
|
||||||
|
1
lua/plugins/alpha-nvim.lua
Normal file
1
lua/plugins/alpha-nvim.lua
Normal file
@ -0,0 +1 @@
|
|||||||
|
require('alpha').setup(require('alpha.themes.startify').config)
|
Loading…
Reference in New Issue
Block a user