This commit is contained in:
Sakooooo 2023-08-10 19:20:43 +03:00
parent 9888d230e5
commit e4fcbab2cf
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -73,11 +73,6 @@ local plugins = {
{ {
'glepnir/dashboard-nvim', 'glepnir/dashboard-nvim',
event = 'VimEnter', event = 'VimEnter',
config = function()
require('dashboard').setup {
-- config
}
end,
dependencies = { { 'nvim-tree/nvim-web-devicons' } } dependencies = { { 'nvim-tree/nvim-web-devicons' } }
} }
} }