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
/
ts_utils.lua
Age
Commit message (
Expand
)
Author
2020-07-27
configs: attach on unknown parsers too
Thomas Vigouroux
2020-07-20
Fix #206: Use lsp.util.apply_text_edits for smart_rename
Stephan Seitz
2020-07-20
Fixed to use normal! instead of normal
Steve Vermeulen
2020-07-16
Refactor locals.lua:
Stephan Seitz
2020-07-16
fix(ts_utils): be sure to parse to get root
Thomas Vigouroux
2020-07-15
feat(textobjects): Add `start` to include preceding things like documentation
Stephan Seitz
2020-07-14
Add textobjects module
Stephan Seitz
2020-07-13
Add ts_utils.highlight_node
Stephan Seitz
2020-07-08
fix(refactor): highlight def perf issue fix
Steven Sojka
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): add definition navigation module
Steven Sojka
2020-06-30
feat(refactor): add smart rename module
Steven Sojka
2020-06-30
feat(refactor): highlight usages module
Steven Sojka
2020-06-19
add winnr to get_node_at_cursor
kiyan42
2020-06-19
refacto: remove buf_state
kiyan42
2020-05-12
refacto/feat: better handling of parser updates
kiyan42