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
/
install.lua
Age
Commit message (
Expand
)
Author
2021-04-01
Remove requires_generate_from_grammar for ledger
Stephan Seitz
2021-04-01
Check for node-js on :TSInstallFromGrammar
Stephan Seitz
2021-03-30
Use fullpath to tree-sitter executable to avoid using one from NPM
Stephan Seitz
2021-03-24
Address #1067: check whether lockfile exists
Stephan Seitz
2021-03-24
feat(install): allow ignore list when installing parsers (#1098)
Steven Sojka
2021-03-16
hotfix npm check
kiyan
2021-03-16
Add an error message if NPM is not available but needed
Stephan Seitz
2021-03-16
Add explanation why some parsers need to be generated from source now
Stephan Seitz
2021-03-16
Fixup CI
Stephan Seitz
2021-03-16
Add CI hack
Stephan Seitz
2021-03-16
Mark parsers with NPM dependency
Stephan Seitz
2021-03-16
Make parsers that require "TSGenerateFromGrammar"
Stephan Seitz
2021-03-04
Add Windows support for cl.exe
Jozef Grajciar
2021-02-27
chore: remove useless code and indent files
kiyan
2020-12-12
[docgen] Update README.md
Github Actions
2020-11-29
Fix: Print message when TSUpdate has nothing to do
Stephan Seitz
2020-11-25
Only update outdated_parsers on TSUpdate
Stephan Seitz
2020-10-31
feat(install): Enable installation of parser with repo.url as a local path
Stephan Seitz
2020-10-28
fix(#620): Fall into the "update-all" branch if lang is "all"
BodneyC
2020-10-26
feat(install): add "maintained" option to only install maintained parsers
Stephan Seitz
2020-10-24
show [treesitter] during install
kyazdani42
2020-10-06
Shorten module reference shell_command_selectors to shell.
Suhas Hebbar
2020-10-06
Code Refactor
Suhas Hebbar
2020-10-06
Remove dependency on unzip.
Suhas Hebbar
2020-10-04
Fix: fallback git-installation (list of commands is expected)
Stephan Seitz
2020-09-28
chore: dedup join_paths <-> join_path
Stephan Seitz
2020-09-27
Add progress info to iter_cmd
Stephan Seitz
2020-09-27
Add lockfile and make lockfile default install revision
Stephan Seitz
2020-09-22
feat(parsers): add possibility to install from other branches
Stephan Seitz
2020-09-19
feat(install): make compiler selectable
Stephan Seitz
2020-09-19
fix: only concatenate cmd.err if not nil
Stephan Seitz
2020-09-19
feat(install): print more information when there's a failure
Pau Ruiz Safont
2020-09-18
Ensure that updated files are replaced w/o warning
Rasmus Michelsen
2020-09-18
Make :TSInstall work in Nix by adding a second module installation target (#473)
Florian Beeres
2020-09-11
Yield meaningful error messages in iter_cmd{,_sync} when cmd.err == nil
Stephan Seitz
2020-09-10
Find package path based on the Lua source file
Markus Koller
2020-09-06
Fixed table insertion
Rasmus Michelsen
2020-09-06
Fixed win32 check hopefully
Rasmus Michelsen
2020-09-06
Added changes
Rasmus Michelsen
2020-09-06
A few fixes
Rasmus Michelsen
2020-09-06
Local variable fix
Rasmus Michelsen
2020-09-06
Support TSInstall on Winddows with Clang
Rasmus Michelsen
2020-09-05
Completion: use custom instead of customlist
Santos Gallegos
2020-09-04
Refactor: move completion functions to autoload
Santos Gallegos
2020-08-27
Add Windows support (mingw)
Stephan Seitz
2020-08-11
perf: cache parser file list for performance
Thomas Vigouroux
2020-08-02
feat(install): Export iter_cmd
Stephan Seitz
2020-08-02
Add TSUninstall
Stephan Seitz
2020-08-02
Add TSUpdate command to update parsers
Stephan Seitz
2020-07-13
Lint: remove second argument for one-argument function
Stephan Seitz
[next]