feat: add all plugins from the old config
This commit is contained in:
parent
4a37a0a9b1
commit
1fd5843cf1
55 changed files with 401 additions and 0 deletions
8
lua/custom/plugins/alpha.lua
Normal file
8
lua/custom/plugins/alpha.lua
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
return {
|
||||
"goolord/alpha-nvim",
|
||||
dependencies = { "kyazdani42/nvim-web-devicons" },
|
||||
config = function()
|
||||
require'alpha.themes.dashboard'.section.footer.val = require'alpha.fortune'()
|
||||
require'alpha'.setup(require'alpha.themes.dashboard'.opts)
|
||||
end,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue