summaryrefslogtreecommitdiff
path: root/lua/nvim-treesitter/shell_command_selectors.lua
AgeCommit message (Collapse)Author
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.