summaryrefslogtreecommitdiff
path: root/lua/nvim-treesitter/shell_command_selectors.lua
AgeCommit message (Expand)Author
2021-10-21Add zig as compiler for parsermaxxnino
2021-10-01feat(install): add options `prefer_git` and `command_extra_args`Stephan Seitz
2021-08-25Replaces curl argument: --no-progress-meter -> --silentEduardo Cuducos
2021-08-24fix(dowload): don't display curl progressThomas Vigouroux
2021-07-19"-z" needs to come before "-f".Laurence Tratt
2021-07-19Add `-z` switch to tar.Laurence Tratt
2021-07-04Use stylua for autoformat code (#1480)Santos Gallegos
2021-04-15remove developer mode error messageDaniel Bendel
2021-04-15split is_github_or_gitlab againDaniel Bendel
2021-04-15remove single-branch and branch arguments on git callDaniel Bendel
2021-04-15fix undefined variableDaniel Bendel
2021-04-15a little less variables :)Daniel Bendel
2021-04-15removed core.symlinks=true from git callDaniel Bendel
2021-04-15use utils.join_pathAdnoC
2021-04-15use locked revision when downloading via gitAdnoC
2021-04-15fix windows checkAdnoC
2021-04-15styleAdnoC
2021-04-15Do not use builtin tar on WindowsAdnoC
2021-03-04Add Windows support for cl.exeJozef Grajciar
2021-03-02Fix: Allow repo.url to end in ".git"Stephan Seitz
2021-03-02Fix #972: Add tar-download support for GitlabStephan Seitz
2021-02-27chore: remove useless code and indent fileskiyan
2020-12-12Add fix for vim.fn.executable(vim.NIL)Stephan Seitz
2020-10-06Code RefactorSuhas Hebbar