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
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
2020-06-30
fix ask install
kiyan42
2020-06-30
if/else in defining languages
kiyan42
2020-06-30
fix: remove goto statements
kiyan42
2020-06-30
update installer with sync and some fixes
kiyan42
2020-06-25
continue installing if not reinstalling one parser
kiyan42
2020-06-25
install can take 'all' as parameter
kiyan42
2020-06-25
add command to install all parsers
kiyan42
2020-06-22
rename and finish ft->lang migration
kiyan42
2020-06-20
refactor: parser list and lang->ft/ft->lang
kiyan42
2020-06-19
refacto: remove buf_state
kiyan42
2020-05-15
install: allow installing multiple parsers at once
Thomas Vigouroux
2020-05-12
refacto/feat: better handling of parser updates
kiyan42
2020-05-01
Avoid global handle to enable installing multiple parsers in parallel
Stephan Seitz
2020-05-01
Add function 'nvim-treesitter/install'.ensure_installed
Stephan Seitz
2020-04-27
fix install by changing cc arguments position
kiyan42
2020-04-24
feat/refacto: improve configurations
kiyan42
2020-04-23
fix: add -fPIC flag to compiling
haorenW1025
2020-04-21
feat/refacto: add configs.lua, setup install
kiyan42
2020-04-21
fix: parser install tbl_flatten > unpack
kiyan42
2020-04-21
Merge pull request #11 from kyazdani42/parser-list
Thomas Vigouroux
2020-04-21
feat: add typescript install
kiyan42
2020-04-21
refacto/feat: enable csharp install, fix clone
kiyan42
2020-04-21
fix: repositories from M.repositories since last merge.
kiyan42
2020-04-21
feat: add checkhealth
kiyan42
2020-04-20
feat: add parser list
kiyan42
2020-04-20
feat: add most parsers
kiyan42
2020-04-20
feat/refacto: improve installer
kiyan42
2020-04-19
add parser installer
kiyan42