increase max-join-length in treesj
This commit is contained in:
parent
9e3cb2246c
commit
7dac9b74ee
1 changed files with 1 additions and 1 deletions
|
|
@ -224,7 +224,7 @@ local plugins = {
|
||||||
dependencies = { 'nvim-treesitter/nvim-treesitter' },
|
dependencies = { 'nvim-treesitter/nvim-treesitter' },
|
||||||
opts = {
|
opts = {
|
||||||
use_default_keymaps = false,
|
use_default_keymaps = false,
|
||||||
max_join_length = 1200,
|
max_join_length = 36000,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue