index
:
nvim-treesitter.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lua
/
nvim-treesitter
/
incremental_selection.lua
Age
Commit message (
Expand
)
Author
2021-09-24
Use vim-range style (1-index based) when possible (#1841)
Santos Gallegos
2021-07-04
Use stylua for autoformat code (#1480)
Santos Gallegos
2021-04-22
feat(incremental_selection): don't require locals
Thomas Vigouroux
2021-04-05
Fix incremental selection (#1135)
Santos Gallegos
2020-11-23
fix: update interface following languagetree merge (#687)
Thomas Vigouroux
2020-11-03
parser: only use parse to get a tree
Thomas Vigouroux
2020-09-07
Incremental selection: fix skipping some nodes
Santos Gallegos
2020-09-01
use xmap in detach
evakuator
2020-09-01
use xmap instead of vmap in textobjects
evakuator
2020-08-22
fix(modules): do not reattach if already attached
Steven Sojka
2020-08-06
Add noremap option to mappings
RafaĆ Camlet
2020-08-02
fix decremental selection
kiyan42
2020-07-16
Refactor locals.lua:
Stephan Seitz
2020-07-14
Add textobjects module
Stephan Seitz
2020-07-05
Make luacheck happy
Stephan Seitz
2020-06-19
refacto: remove buf_state
kiyan42
2020-05-22
Remove postspaces and avoid one global
Stephan Seitz
2020-05-12
refacto/feat: better handling of parser updates
kiyan42
2020-05-02
modules: move textobj to incremental_selection
Thomas Vigouroux