summaryrefslogtreecommitdiff
path: root/lua/nvim-treesitter/install.lua
AgeCommit message (Collapse)Author
2020-04-21fix: parser install tbl_flatten > unpackkiyan42
- fix parser install - format install.lua
2020-04-21Merge pull request #11 from kyazdani42/parser-listThomas Vigouroux
feat: add parser list
2020-04-21feat: add typescript installkiyan42
- add repo.location for typescript and compile at that location - typescript and tsx must be installed separately as two different parsers.
2020-04-21refacto/feat: enable csharp install, fix clonekiyan42
- clone only master at depth 1 to avoid long download from huge repos. - use ft to specify folder name to clone so csharp can be cloned and used properly.
2020-04-21fix: repositories from M.repositories since last merge.kiyan42
2020-04-21feat: add checkhealthkiyan42
2020-04-20feat: add parser listkiyan42
2020-04-20feat: add most parserskiyan42
2020-04-20feat/refacto: improve installerkiyan42
2020-04-19add parser installerkiyan42