Nvim Treesitter configurations and abstraction layer
Find a file
Thomas Vigouroux d25549917d perf: don't compute locals on buffer updates
Instead we lazily evaluate them on request.
This allow two things :
    * better performances
    * being sure the locas are up to date
2020-04-19 20:16:03 +02:00
lua perf: don't compute locals on buffer updates 2020-04-19 20:16:03 +02:00
parser add parser installer 2020-04-19 15:13:38 +02:00
plugin feat: create NvimTreesitter augroup at startup 2020-04-19 17:28:59 +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