summaryrefslogtreecommitdiff
path: root/lua/nvim-treesitter/refactor/navigation.lua
AgeCommit message (Collapse)Author
2020-09-25chore(modules): remove refactor moduleSteven Sojka
2020-08-31feat(refactor.navigation): allow a `fallback_function` for goto_definitionStephan Seitz
`fallback_function` is called when nvim-treesitter can not resolve the variable under the cursor.
2020-08-31feat(refactor.navigation): add navigation.goto_{next,previous}_usageStephan Seitz
2020-08-22fix(modules): do not reattach if already attachedSteven Sojka
2020-08-17Textobjects: set jump before going to adjacent_textobjectStephan Seitz
2020-08-06Add noremap option to mappingsRafaƂ Camlet
2020-07-16Refactor locals.lua:Stephan Seitz
- shared query group stuff -> query.lua - local-specific stuff from ts_utils -> locals.lua
2020-07-15feat(refactor.navigation): update jumplist on jumpThomas Vigouroux
Push a jumplist item when using `goto_definition`. Fixes #166
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