add custom plugins
This commit is contained in:
parent
c80a77488b
commit
693e7c3053
10 changed files with 175 additions and 1 deletions
10
lua/custom/plugins/greeter.lua
Normal file
10
lua/custom/plugins/greeter.lua
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
return {
|
||||
"goolord/alpha-nvim",
|
||||
version = "*",
|
||||
dependencies = {
|
||||
"nvim-tree/nvim-web-devicons", -- not strictly required, but recommended
|
||||
},
|
||||
config = function()
|
||||
require('alpha').setup(require('alpha.themes.dashboard').config)
|
||||
end,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue