summaryrefslogtreecommitdiff
path: root/lua/nvim-treesitter/refactor
AgeCommit message (Expand)Author
2020-09-25chore(modules): remove refactor moduleSteven Sojka
2020-08-31feat(refactor.navigation): allow a `fallback_function` for goto_definitionStephan Seitz
2020-08-31fix(highlight_current_scope): Ensure that detach is a inverse of attachStephan Seitz
2020-08-31feat(refactor.navigation): add navigation.goto_{next,previous}_usageStephan Seitz
2020-08-22Merge pull request #330 from steelsojka/fix-do-not-reattachSteven Sojka
2020-08-22fix(modules): do not reattach if already attachedSteven Sojka
2020-08-21fix(smart_rename): fix usages callSteven Sojka
2020-08-17Textobjects: set jump before going to adjacent_textobjectStephan Seitz
2020-08-13fix(definitions): optimize and fix definition highlightingSteven Sojka
2020-08-06Add noremap option to mappingsRafaƂ Camlet
2020-07-20Fix #206: Use lsp.util.apply_text_edits for smart_renameStephan Seitz
2020-07-16Refactor locals.lua:Stephan Seitz
2020-07-15feat(refactor.navigation): update jumplist on jumpThomas Vigouroux
2020-07-14Fix highlight of usages after merging highlight_current_scopeStephan Seitz
2020-07-13Add module refactor.highlight_current_scopeStephan Seitz
2020-07-13Add ts_utils.highlight_nodeStephan Seitz
2020-07-05Make luacheck happyStephan Seitz
2020-06-30refactor(refactor): use higher local apis and some cleanupSteven Sojka
2020-06-30feat(refactor): add definition navigation moduleSteven Sojka
2020-06-30feat(refactor): add smart rename moduleSteven Sojka
2020-06-30feat(refactor): highlight usages moduleSteven Sojka