Don't extra highlight scope-level indent.

This commit is contained in:
Drew Galbraith 2024-12-27 19:55:15 -08:00
parent 9d9b5f0b93
commit bca4192969
1 changed files with 13 additions and 0 deletions

13
lua/plugins/snacks.lua Normal file
View File

@ -0,0 +1,13 @@
return {
{
"folke/snacks.nvim",
opts = {
indent = {
scope = {
-- Don't enable extra highlighting at the scope level.
enabled = false,
},
},
},
},
}