Add chunk scope config

This commit is contained in:
Fábio André Damas 2025-04-04 02:19:24 +01:00
parent 916f839f86
commit 77634d7ab9

View file

@ -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 }