increase max-join-length in treesj

This commit is contained in:
ant 2025-06-04 18:54:14 +02:00
parent 9e3cb2246c
commit 7dac9b74ee

View file

@ -224,7 +224,7 @@ local plugins = {
dependencies = { 'nvim-treesitter/nvim-treesitter' },
opts = {
use_default_keymaps = false,
max_join_length = 1200,
max_join_length = 36000,
},
},
{