9 lines
121 B
Lua
9 lines
121 B
Lua
return {
|
|
"folke/snacks.nvim",
|
|
opts = {
|
|
indent = {
|
|
enabled = true,
|
|
only_current = true,
|
|
},
|
|
},
|
|
}
|