nvim-treesitter/lua/nvim-treesitter
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
..
configs.lua feat/refacto: add configs.lua, setup install 2020-04-21 23:40:23 +02:00
health.lua feat/refacto: add configs.lua, setup install 2020-04-21 23:40:23 +02:00
install.lua feat/refacto: add configs.lua, setup install 2020-04-21 23:40:23 +02:00
locals.lua feat: add checkhealth 2020-04-21 13:38:16 +02:00
parsers.lua fix: prepare injections mechanism 2020-04-19 17:55:38 +02:00
query.lua fix(matches): better storage of nodes 2020-04-19 17:28:59 +02:00
utils.lua feat: add node manipulation utils 2020-04-20 22:22:33 +02:00