summaryrefslogtreecommitdiff
path: root/plugin
AgeCommit message (Collapse)Author
2020-04-21feat/refacto: add configs.lua, setup installkiyan42
- 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-19feat: create NvimTreesitter augroup at startupThomas Vigouroux
2020-04-19fix: add plugin fileThomas Vigouroux