try nil vaule

This commit is contained in:
Sakooooo 2023-08-11 13:02:46 +03:00
parent 8a8238ff9e
commit e0661a87ab
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -72,7 +72,7 @@ local plugins = {
-- startup
{
'glepnir/dashboard-nvim',
config = require("dashboard").setup({}),
config = nil,
event = 'VimEnter',
dependencies = { { 'nvim-tree/nvim-web-devicons' } }
},