Nvim Treesitter configurations and abstraction layer
Find a file
Thomas Vigouroux b706c4e8ed feat: first version of locals
Locals will be the main interface to treesitter, through some functions:
    get_definitions(bufnr) : returns all the definitions in bufnr
    get_scopes(bufnr): returns all definitions in bufnr
    get_references(bufnr): returns all references in bufnr
2020-04-19 17:28:52 +02:00
lua feat: first version of locals 2020-04-19 17:28:52 +02:00
parser add parser installer 2020-04-19 15:13:38 +02:00
queries/lua feat: first version of locals 2020-04-19 17:28:52 +02:00
.editorconfig style: add editorconfig 2020-04-18 17:39:03 +02:00
README.md Create README.md 2020-04-18 17:32:14 +02:00

nvim-treesitter

Nvim Treesitter configurations and abstraction layer