mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-22 12:31:04 +00:00
6 lines
125 B
Lua
6 lines
125 B
Lua
return {
|
|
{ "folke/snacks.nvim", opts = {
|
|
dashboard = { enabled = false },
|
|
notifier = { enabled = false },
|
|
} },
|
|
}
|