mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-07 14:00:00 -04:00
feat(incremental_selection): don't require locals
This commit is contained in:
parent
3695e58dd3
commit
afd5d11519
2 changed files with 8 additions and 2 deletions
|
|
@ -37,7 +37,7 @@ local builtin_modules = {
|
|||
scope_incremental="grc",
|
||||
node_decremental="grm"
|
||||
},
|
||||
is_supported = queries.has_locals
|
||||
is_supported = function() return true end
|
||||
},
|
||||
indent = {
|
||||
module_path = 'nvim-treesitter.indent',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue