14 lines
255 B
Lua
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
|
|
}
|
|
}
|
|
},
|
|
}
|