Files
nvim/lua/plugins/snacks.lua
Jonathan DeMasi 216e7580b3 add some snacks
2025-09-15 21:06:39 -06:00

14 lines
255 B
Lua

return {
{
"folke/snacks.nvim",
---@type snacks.Config
opts = {
indent = {
-- your indent configuration comes here
-- or leave it empty to use the default settings
-- refer to the configuration section below
}
}
},
}