Add more plugins mainly from LazyVim

This commit is contained in:
Levente Krizsán 2024-09-01 16:02:18 +02:00
parent 65836158fa
commit c903cf7655
8 changed files with 75 additions and 27 deletions

View 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,
}