nvim/lua/plugins/snacks.lua
2024-11-25 22:41:39 -05:00

8 lines
95 B
Lua

return {
"folke/snacks.nvim",
opts = {
dashboard = {
enabled = false
}
}
}