summaryrefslogtreecommitdiff
path: root/lua/nvim-treesitter/textobjects.lua
AgeCommit message (Expand)Author
2020-08-17chore(textobjects): split up into submodulesStephan Seitz
2020-08-17Textobjects: set jump before going to adjacent_textobjectStephan Seitz
2020-08-17Textobject goto: treat end differently that startStephan Seitz
2020-08-17Textobjects: Allow nested textobjects on goto_adjacentStephan Seitz
2020-08-17chore(textobject): use query.find_best_match to find next/previous textobjectStephan Seitz
2020-08-17Textobjects: provide mappings for all swap/goto functionsStephan Seitz
2020-08-17Textobjects: Add goto_adjacentStephan Seitz
2020-08-17Textobjects: add swap featureStephan Seitz
2020-08-06Add noremap option to mappingsRafaƂ Camlet
2020-07-16Refactor locals.lua:Stephan Seitz
2020-07-16Refactor: Add parsers.get_buf_langStephan Seitz
2020-07-15feat(textobjects): Add `start` to include preceding things like documentationStephan Seitz
2020-07-14Update documentation for new modules 'refactor'/'textobjects'Stephan Seitz
2020-07-14Add textobjects moduleStephan Seitz