feat: add some config options
This commit is contained in:
parent
ae727159b9
commit
0e86f45c39
3 changed files with 42 additions and 2 deletions
|
|
@ -34,6 +34,10 @@ SETUP *fugitive-ts-setup*
|
|||
|
||||
-- Debounce delay in ms (default: 50)
|
||||
debounce_ms = 50,
|
||||
|
||||
-- Max lines per hunk before skipping treesitter (default: 500)
|
||||
-- Prevents lag on large diffs
|
||||
max_lines_per_hunk = 500,
|
||||
})
|
||||
<
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue