summaryrefslogtreecommitdiff
path: root/lua/nvim-treesitter/install.lua
AgeCommit message (Expand)Author
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
2020-09-06Added changesRasmus Michelsen
2020-09-06A few fixesRasmus Michelsen
2020-09-06Local variable fixRasmus Michelsen
2020-09-06Support TSInstall on Winddows with ClangRasmus Michelsen
2020-09-05Completion: use custom instead of customlistSantos Gallegos
2020-09-04Refactor: move completion functions to autoloadSantos Gallegos
2020-08-27Add Windows support (mingw)Stephan Seitz
2020-08-11perf: cache parser file list for performanceThomas Vigouroux
2020-08-02feat(install): Export iter_cmdStephan Seitz
2020-08-02Add TSUninstallStephan Seitz
2020-08-02Add TSUpdate command to update parsersStephan Seitz
2020-07-13Lint: remove second argument for one-argument functionStephan Seitz
2020-06-30fix ask installkiyan42
2020-06-30if/else in defining languageskiyan42
2020-06-30fix: remove goto statementskiyan42
2020-06-30update installer with sync and some fixeskiyan42
2020-06-25continue installing if not reinstalling one parserkiyan42
2020-06-25install can take 'all' as parameterkiyan42
2020-06-25add command to install all parserskiyan42
2020-06-22rename and finish ft->lang migrationkiyan42
2020-06-20refactor: parser list and lang->ft/ft->langkiyan42
2020-06-19refacto: remove buf_statekiyan42
2020-05-15install: allow installing multiple parsers at onceThomas Vigouroux
2020-05-12refacto/feat: better handling of parser updateskiyan42
2020-05-01Avoid global handle to enable installing multiple parsers in parallelStephan Seitz
2020-05-01Add function 'nvim-treesitter/install'.ensure_installedStephan Seitz