summaryrefslogtreecommitdiff
path: root/lua/nvim-treesitter/install.lua
AgeCommit message (Expand)Author
2021-08-08CI: fix update lockfile jobSantos Gallegos
2021-08-07feat: allow 'revision' override in parser config (#1661)Munif Tanjim
2021-07-04Use stylua for autoformat code (#1480)Santos Gallegos
2021-07-04Fixed linting issuesShane Hird
2021-07-04Reduce diffs from masterShane Hird
2021-07-04Re-introduce prompting for installationShane Hird
2021-07-04Improved passing bang to functionsShane Hird
2021-07-04TSUpdate does not install if up to dateShane Hird
2021-07-04Use bang for TSInstall commandsShane Hird
2021-06-03fix: return when no `node` found during installationStephan Seitz
2021-06-01chore: show errors output during async installationStephan Seitz
2021-05-18CI: Improved parser installation logicDaniel Kempkens
2021-04-01Remove requires_generate_from_grammar for ledgerStephan Seitz
2021-04-01Check for node-js on :TSInstallFromGrammarStephan Seitz
2021-03-30Use fullpath to tree-sitter executable to avoid using one from NPMStephan Seitz
2021-03-24Address #1067: check whether lockfile existsStephan Seitz
2021-03-24feat(install): allow ignore list when installing parsers (#1098)Steven Sojka
2021-03-16hotfix npm checkkiyan
2021-03-16Add an error message if NPM is not available but neededStephan Seitz
2021-03-16Add explanation why some parsers need to be generated from source nowStephan Seitz
2021-03-16Fixup CIStephan Seitz
2021-03-16Add CI hackStephan Seitz
2021-03-16Mark parsers with NPM dependencyStephan Seitz
2021-03-16Make parsers that require "TSGenerateFromGrammar"Stephan Seitz
2021-03-04Add Windows support for cl.exeJozef Grajciar
2021-02-27chore: remove useless code and indent fileskiyan
2020-12-12[docgen] Update README.mdGithub Actions
2020-11-29Fix: Print message when TSUpdate has nothing to doStephan Seitz
2020-11-25Only update outdated_parsers on TSUpdateStephan Seitz
2020-10-31feat(install): Enable installation of parser with repo.url as a local pathStephan Seitz
2020-10-28fix(#620): Fall into the "update-all" branch if lang is "all"BodneyC
2020-10-26feat(install): add "maintained" option to only install maintained parsersStephan Seitz
2020-10-24show [treesitter] during installkyazdani42
2020-10-06Shorten module reference shell_command_selectors to shell.Suhas Hebbar
2020-10-06Code RefactorSuhas Hebbar
2020-10-06Remove dependency on unzip.Suhas Hebbar
2020-10-04Fix: fallback git-installation (list of commands is expected)Stephan Seitz
2020-09-28chore: dedup join_paths <-> join_pathStephan Seitz
2020-09-27Add progress info to iter_cmdStephan Seitz
2020-09-27Add lockfile and make lockfile default install revisionStephan Seitz
2020-09-22feat(parsers): add possibility to install from other branchesStephan Seitz
2020-09-19feat(install): make compiler selectableStephan Seitz
2020-09-19fix: only concatenate cmd.err if not nilStephan Seitz
2020-09-19feat(install): print more information when there's a failurePau Ruiz Safont
2020-09-18Ensure that updated files are replaced w/o warningRasmus Michelsen
2020-09-18Make :TSInstall work in Nix by adding a second module installation target (#473)Florian Beeres
2020-09-11Yield meaningful error messages in iter_cmd{,_sync} when cmd.err == nilStephan Seitz
2020-09-10Find package path based on the Lua source fileMarkus Koller
2020-09-06Fixed table insertionRasmus Michelsen
2020-09-06Fixed win32 check hopefullyRasmus Michelsen