default snacks with dashboard enabled
This commit is contained in:
parent
a4e12d2b09
commit
7e79e355c7
9
lua/plugins/snacks.lua
Normal file
9
lua/plugins/snacks.lua
Normal file
@ -0,0 +1,9 @@
|
||||
return {
|
||||
"folke/snacks.nvim",
|
||||
priority = 1000,
|
||||
lazy = false,
|
||||
---@type snacks.Config
|
||||
opts = {
|
||||
dashboard = { enabled = true },
|
||||
},
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user