Add chunk scope config
This commit is contained in:
parent
916f839f86
commit
77634d7ab9
1 changed files with 8 additions and 1 deletions
|
|
@ -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 }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue