aboutsummaryrefslogtreecommitdiffstats
path: root/lua/nvim-treesitter/incremental_selection.lua
Commit message (Expand)AuthorAgeFilesLines
* fix: node_incremental for incremental selection jumping around (#3257)itepechi / いてぺち2022-08-021-1/+6
* docs: add descriptions to incremental_selection keymapsStephan Seitz2022-07-311-4/+15
* Use vim-range style (1-index based) when possible (#1841)Santos Gallegos2021-09-241-23/+13
* Use stylua for autoformat code (#1480)Santos Gallegos2021-07-041-22/+19
* feat(incremental_selection): don't require localsThomas Vigouroux2021-04-221-1/+7
* Fix incremental selection (#1135)Santos Gallegos2021-04-051-4/+35
* fix: update interface following languagetree merge (#687)Thomas Vigouroux2020-11-231-1/+1
* parser: only use parse to get a treeThomas Vigouroux2020-11-031-1/+1
* Incremental selection: fix skipping some nodesSantos Gallegos2020-09-071-25/+28
* use xmap in detachevakuator2020-09-011-1/+1
* use xmap instead of vmap in textobjectsevakuator2020-09-011-1/+1
* fix(modules): do not reattach if already attachedSteven Sojka2020-08-221-7/+3
* Add noremap option to mappingsRafał Camlet2020-08-061-1/+1
* fix decremental selectionkiyan422020-08-021-1/+6
* Refactor locals.lua:Stephan Seitz2020-07-161-1/+2
* Add textobjects moduleStephan Seitz2020-07-141-19/+19
* Make luacheck happyStephan Seitz2020-07-051-1/+1
* refacto: remove buf_statekiyan422020-06-191-30/+46
* Remove postspaces and avoid one globalStephan Seitz2020-05-221-3/+3
* refacto/feat: better handling of parser updateskiyan422020-05-121-42/+67
* modules: move textobj to incremental_selectionThomas Vigouroux2020-05-021-0/+78