aboutsummaryrefslogtreecommitdiffstats
path: root/lua/nvim-treesitter/incremental_selection.lua
Commit message (Expand)AuthorAgeFilesLines
* feat!: drop modules, general refactor and cleanupChristian Clason2025-05-121-176/+0
* fix(inc-selection): handle injectionsJaehwang Jung2025-01-201-7/+16
* fix(inc-selection): handle deleting non-existing keymapsMaria José Solano2024-02-031-4/+4
* refactor(inc-selection): simplify keymap and add error messageMaria José Solano2024-02-031-14/+7
* fix(incremental-selection): second attempt at fixing command (#6014)Maria José Solano2024-01-301-5/+3
* fix(incremental-selection): use cmd instead of :lua for commandMaria José Solano2024-01-271-1/+1
* style: fill in missing code docs wherever applicableAmaan Qureshi2023-02-241-9/+17
* feat: allow to set keymappings to `false`Stephan Seitz2022-12-151-20/+24
* 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