summaryrefslogtreecommitdiff
path: root/lua/nvim-treesitter/shell_command_selectors.lua
AgeCommit message (Collapse)Author
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
Several parsers (typescript and ocaml specifically) contain symlinks in their repo. The tar built into Windows cannot handle them. So, on Windows just use git to download parsers.
2021-03-04Add Windows support for cl.exeJozef Grajciar
Co-authored-by: Stephan Seitz <stephan.seitz@fau.de>
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
This might be a hard error in future: https://github.com/neovim/neovim/issues/13485 https://github.com/vim/vim/commit/7bb4e74c38642682cfdd0cb4052adfa5efdd7dd1
2020-10-06Code RefactorSuhas Hebbar
- Move select_* function to shell_command_selectors.lua. - Rename select_args to select_compiler_args.