diff --git a/lua/plugins/snacks.nvim.lua b/lua/plugins/snacks.nvim.lua index d0e10a6..2740159 100644 --- a/lua/plugins/snacks.nvim.lua +++ b/lua/plugins/snacks.nvim.lua @@ -6,7 +6,14 @@ return { { opts = { notifier = { enabled = true }, terminal = { enabled = true }, - indent = { enabled = true, only_scope = true, only_current = false }, + indent = { + enabled = true, + only_scope = true, + only_current = false, + chunk = { + enabled = true + } + }, git = { enabled = true }, bufdelete = { enabled = true }, picker = { enabled = true }