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
/
refactor
Age
Commit message (
Expand
)
Author
2020-08-31
feat(refactor.navigation): allow a `fallback_function` for goto_definition
Stephan Seitz
2020-08-31
fix(highlight_current_scope): Ensure that detach is a inverse of attach
Stephan Seitz
2020-08-31
feat(refactor.navigation): add navigation.goto_{next,previous}_usage
Stephan Seitz
2020-08-22
Merge pull request #330 from steelsojka/fix-do-not-reattach
Steven Sojka
2020-08-22
fix(modules): do not reattach if already attached
Steven Sojka
2020-08-21
fix(smart_rename): fix usages call
Steven Sojka
2020-08-17
Textobjects: set jump before going to adjacent_textobject
Stephan Seitz
2020-08-13
fix(definitions): optimize and fix definition highlighting
Steven Sojka
2020-08-06
Add noremap option to mappings
RafaĆ Camlet
2020-07-20
Fix #206: Use lsp.util.apply_text_edits for smart_rename
Stephan Seitz
2020-07-16
Refactor locals.lua:
Stephan Seitz
2020-07-15
feat(refactor.navigation): update jumplist on jump
Thomas Vigouroux
2020-07-14
Fix highlight of usages after merging highlight_current_scope
Stephan Seitz
2020-07-13
Add module refactor.highlight_current_scope
Stephan Seitz
2020-07-13
Add ts_utils.highlight_node
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): 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