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
/
utils.lua
Age
Commit message (
Expand
)
Author
2020-11-25
Only update outdated_parsers on TSUpdate
Stephan Seitz
2020-09-28
chore: dedup join_paths <-> join_path
Stephan Seitz
2020-09-27
Add lockfile and make lockfile default install revision
Stephan Seitz
2020-09-18
Make :TSInstall work in Nix by adding a second module installation target (#473)
Florian Beeres
2020-09-10
Find package path based on the Lua source file
Markus Koller
2020-08-31
feat(refactor.navigation): add navigation.goto_{next,previous}_usage
Stephan Seitz
2020-08-30
remove second check
Oleg Matrokhin
2020-08-30
fix get_package_path function for paths with trailing slash
Oleg Matrokhin
2020-08-27
Add Windows support (mingw)
Stephan Seitz
2020-08-17
Textobjects: set jump before going to adjacent_textobject
Stephan Seitz
2020-07-14
Add textobjects module
Stephan Seitz
2020-07-05
Make luacheck happy
Stephan Seitz
2020-06-30
refactor(refactor): use higher local apis and some cleanup
Steven Sojka
2020-06-30
feat(refactor): highlight usages module
Steven Sojka
2020-06-19
refacto: remove buf_state
kiyan42
2020-05-12
refacto/feat: better handling of parser updates
kiyan42
2020-05-03
Add 'nvim-treesitter/node-movement'
Stephan Seitz
2020-04-25
textobj: little refactor
Thomas Vigouroux
2020-04-25
textobj: add incremental scope selection
Thomas Vigouroux
2020-04-24
feat/refacto: improve configurations
kiyan42
2020-04-20
feat: add node manipulation utils
Thomas Vigouroux