try nil vaule
This commit is contained in:
parent
8a8238ff9e
commit
e0661a87ab
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ local plugins = {
|
||||||
-- startup
|
-- startup
|
||||||
{
|
{
|
||||||
'glepnir/dashboard-nvim',
|
'glepnir/dashboard-nvim',
|
||||||
config = require("dashboard").setup({}),
|
config = nil,
|
||||||
event = 'VimEnter',
|
event = 'VimEnter',
|
||||||
dependencies = { { 'nvim-tree/nvim-web-devicons' } }
|
dependencies = { { 'nvim-tree/nvim-web-devicons' } }
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue