index
:
nvim-treesitter.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lua
/
nvim-treesitter
/
shell_command_selectors.lua
Age
Commit message (
Expand
)
Author
2022-03-08
Revert "2612: Use gmake when available"
Stephan Seitz
2022-03-08
2612: Use gmake when available
Sebastián Zaffarano
2022-02-08
chore(makefile): apply fixes to original makefile
Stephan Seitz
2022-02-08
fix(makefile): fallback to c++14 when parser does not have cxx_standard set
Stephan Seitz
2022-01-23
Set CXX standard per parser and fix Norg
Stephan Seitz
2022-01-23
Allow compilation via makefile
Stephan Seitz
2021-10-21
Add zig as compiler for parser
maxxnino
2021-10-01
feat(install): add options `prefer_git` and `command_extra_args`
Stephan Seitz
2021-08-25
Replaces curl argument: --no-progress-meter -> --silent
Eduardo Cuducos
2021-08-24
fix(dowload): don't display curl progress
Thomas Vigouroux
2021-07-19
"-z" needs to come before "-f".
Laurence Tratt
2021-07-19
Add `-z` switch to tar.
Laurence Tratt
2021-07-04
Use stylua for autoformat code (#1480)
Santos Gallegos
2021-04-15
remove developer mode error message
Daniel Bendel
2021-04-15
split is_github_or_gitlab again
Daniel Bendel
2021-04-15
remove single-branch and branch arguments on git call
Daniel Bendel
2021-04-15
fix undefined variable
Daniel Bendel
2021-04-15
a little less variables :)
Daniel Bendel
2021-04-15
removed core.symlinks=true from git call
Daniel Bendel
2021-04-15
use utils.join_path
AdnoC
2021-04-15
use locked revision when downloading via git
AdnoC
2021-04-15
fix windows check
AdnoC
2021-04-15
style
AdnoC
2021-04-15
Do not use builtin tar on Windows
AdnoC
2021-03-04
Add Windows support for cl.exe
Jozef Grajciar
2021-03-02
Fix: Allow repo.url to end in ".git"
Stephan Seitz
2021-03-02
Fix #972: Add tar-download support for Gitlab
Stephan Seitz
2021-02-27
chore: remove useless code and indent files
kiyan
2020-12-12
Add fix for vim.fn.executable(vim.NIL)
Stephan Seitz
2020-10-06
Code Refactor
Suhas Hebbar