index
:
rneovim.git
20220114-mix
20230125_mix
20231130_mix
aucmd_textputpost
colorcolchar
fix_20726
fix_repeatcmdline
fix_semantic_tokens
fix_semantic_tokens_pull
floattitle
master
mix
mix_20240309
newfeatures
rahm
tmp
usermarks
userreg
userregs_2
Neovim fork with Rahm's personal hacks.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
runtime
/
lua
/
vim
/
treesitter
Commit message (
Expand
)
Author
Age
*
fix(treesitter.foldexpr): robustness against ctrl-c
Jaehwang Jung
2024-07-08
*
fix(treesitter): display fields for anonymous nodes in :InspectTree
Riley Bruins
2024-07-05
*
fix(treesitter): ensure syntaxset augroup exists (#29542)
zeertzjq
2024-07-03
*
refactor: use `vim._with` where possible
dundargoc
2024-06-28
*
perf(treesitter): remove unnecessary foldexpr loop
Riley Bruins
2024-06-24
*
fix(treesitter): do not modify highlight state for _on_spell_nav
Luuk van Baal
2024-06-24
*
fix(treesitter): don't open fold when o/O adds a line below #28709
Jaehwang Jung
2024-06-20
*
refactor(lua): improve type annotations
Lewis Russell
2024-06-11
*
refactor(lua): use tuple syntax everywhere #29111
Ilia Choly
2024-06-04
*
fix(treesitter): find buffer in multiple windows #28922
Guilherme Soares
2024-05-27
*
feat: remove deprecated features
dundargoc
2024-05-16
*
perf(treesitter): use child_containing_descendant() in has-ancestor? (#28512)
vanaigr
2024-05-16
*
docs: news
Justin M. Keyes
2024-05-15
*
fix(treesitter): allow optional directive captures (#28664)
Riley Bruins
2024-05-14
*
fix(treesitter): text alignment in checkhealth vim.treesitter
Jongwook Choi
2024-05-13
*
fix(treesitter): clip end row early
Jaehwang Jung
2024-05-07
*
fix(treesitter): escape "\" in :InspectTree #28613
Riley Bruins
2024-05-03
*
feat(api): add nvim__redraw for more granular redrawing
Luuk van Baal
2024-05-02
*
fix(treesitter): enforce lowercase language names (#28546)
Christian Clason
2024-04-28
*
fix(treesitter.foldexpr): check for all insert submodes
TheLeoP
2024-04-26
*
refactor(treesitter): language loading
Lewis Russell
2024-04-21
*
perf(treesitter): incremental foldupdate
Jaehwang Jung
2024-04-21
*
feat(treesitter): handle quantified fold captures
Riley Bruins
2024-04-20
*
fix(treesitter): use tree range instead of tree root node range
altermo
2024-04-10
*
feat(treesitter): add `@injection.filename`
Christian Clason
2024-04-02
*
fix(treesitter): return correct match table in iter_captures()
Lewis Russell
2024-03-27
*
refactor(treesitter): redesign query iterating
Lewis Russell
2024-03-19
*
fix(treesitter): revert to using iter_captures in highlighter
Lewis Russell
2024-03-17
*
refactor(lua): type annotations
Lewis Russell
2024-03-16
*
refactor(treesitter): move some logic into functions
Lewis Russell
2024-03-14
*
fix(treesitter): highlight injections properly
Lewis Russell
2024-03-14
*
fix(treesitter): use 0 as initial value for computing maximum (#27837)
Gregory Anders
2024-03-12
*
feat(treesitter): support URLs (#27132)
Gregory Anders
2024-03-12
*
docs: support inline markdown
Lewis Russell
2024-03-09
*
feat!: remove deprecated functions
dundargoc
2024-03-09
*
refactor(types): more fixes (2)
Lewis Russell
2024-03-06
*
docs: improve/add documentation of Lua types
Lewis Russell
2024-03-01
*
feat(docs): replace lua2dox.lua
Lewis Russell
2024-02-27
*
refactor(types): fix miscellaneous type warnings
Maria José Solano
2024-02-25
*
feat(treesitter): add folding for `InspectTree` (#27518)
再生花
2024-02-22
*
fix: fix iter_matches call in query linter (#27496)
Gregory Anders
2024-02-16
*
fix(treesitter): correctly handle query quantifiers (#24738)
Thomas Vigouroux
2024-02-16
*
refactor(treesitter): {start,stop} are optional in Query:iter_* methods
Jongwook Choi
2024-02-08
*
refactor(treesitter): typing for Query, TSQuery, and TSQueryInfo
Jongwook Choi
2024-02-08
*
feat(treesitter): show root nodes in :InspectTree (#26944)
altermo
2024-02-06
*
feat(treesitter): use 0-based indexing to show ranges in `:InspectTree`
Jongwook Choi
2024-02-05
*
fix(treesitter): inspect-tree remember opts on buf change
altermo
2024-02-04
*
refactor: create function for deferred loading
dundargoc
2024-02-03
*
docs: enforce "treesitter" spelling #27110
Jongwook Choi
2024-01-28
*
revert: "feat(treesitter): add foldtext with treesitter highlighting"
Till Bungert
2024-01-27
[next]