mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
feat(locals)!: remove locals module
Problem: `locals.lua` was neither used nor tested, and providing it goes against the goal of nvim-treesitter not being a required dependency for other plugins. Solution: Remove the module and document that the queries are provided as-is for limited backward compatibility only.
This commit is contained in:
parent
53dccb3a77
commit
18bb653917
3 changed files with 5 additions and 461 deletions
|
|
@ -118,7 +118,7 @@ Injections are used for multi-language documents, see `:h treesitter-language-in
|
|||
|
||||
## Locals
|
||||
|
||||
These queries can be used to look up definitions and references to identifiers in a given scope. They are used, e.g., by the `nvim-treesitter-refactor` plugin.
|
||||
These queries can be used to look up definitions and references to identifiers in a given scope. They are not used in this plugin and are provided for (limited) backward compatibility.
|
||||
|
||||
# Advanced setup
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue