Nvim Treesitter configurations and abstraction layer
Find a file
kiyan42 62ce7744db feat/refacto: add configs.lua, setup install
- configs.lua holds the `repositories` data
- install health moved to health.lua
- plugins loads _root.setup() on startup
- install and list command are available through vim
> use them with `:TSInstall lang` and `:TSInstallInfo`
2020-04-21 23:40:23 +02:00
autoload/health feat: add checkhealth 2020-04-21 13:38:16 +02:00
lua feat/refacto: add configs.lua, setup install 2020-04-21 23:40:23 +02:00
parser add parser installer 2020-04-19 15:13:38 +02:00
plugin feat/refacto: add configs.lua, setup install 2020-04-21 23:40:23 +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