load snacks types
This commit is contained in:
parent
4ca32d30a0
commit
44ec0be42f
|
|
@ -2,7 +2,9 @@ return {
|
||||||
'folke/snacks.nvim',
|
'folke/snacks.nvim',
|
||||||
priority = 1000,
|
priority = 1000,
|
||||||
lazy = false,
|
lazy = false,
|
||||||
|
---@type snacks.Config
|
||||||
opts = {
|
opts = {
|
||||||
|
--TODO: Use this for a bit and compare to mini dashboard
|
||||||
dashboard = { enabled = true },
|
dashboard = { enabled = true },
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue