Add more plugins mainly from LazyVim
This commit is contained in:
parent
65836158fa
commit
c903cf7655
8 changed files with 75 additions and 27 deletions
10
lua/custom/plugins/dashboard.lua
Normal file
10
lua/custom/plugins/dashboard.lua
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
-- https://github.com/nvimdev/dashboard-nvim
|
||||
return {
|
||||
'nvimdev/dashboard-nvim',
|
||||
dependencies = { { 'nvim-tree/nvim-web-devicons' } },
|
||||
event = 'VimEnter',
|
||||
opts = {},
|
||||
config = function(_, opts)
|
||||
require('dashboard').setup(opts)
|
||||
end,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue