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
/
lsp
Commit message (
Expand
)
Author
Age
*
feat(lua): add `vim.system()`
Lewis Russell
2023-06-07
*
fix(lsp): reduce diagnostics and add more types (#23948)
Lewis Russell
2023-06-07
*
feat(scripts): add lsp_types.lua (#23750)
max397574
2023-06-07
*
fix(lsp): use only utf-16 in default client positionEncodings (#23903)
Gregory Anders
2023-06-05
*
refactor(lsp): use LPeg for watchfiles matching (#23788)
Jon Huhn
2023-06-05
*
fix(lsp): set extra info only when it has a value (#23868)
Raphael
2023-06-05
*
fix(lsp): restore marks after apply_text_edits() #14630
Folke Lemaitre
2023-06-04
*
feat(lsp): set kind in select call for codelens #23889
Artyom Andreev
2023-06-03
*
feat(lua): rename vim.loop -> vim.uv (#22846)
Lewis Russell
2023-06-03
*
feat(lsp): include positionEncodings in default client capabilities
Gregory Anders
2023-06-01
*
fix(lsp): fix dynamic registration of code actions (#23826)
Folke Lemaitre
2023-05-30
*
feat(lsp): initial support for dynamic capabilities (#23681)
Folke Lemaitre
2023-05-28
*
refactor(options): deprecate nvim[_buf|_win]_[gs]et_option
Lewis Russell
2023-05-21
*
fix(lsp): don't register didChangeWatchedFiles when capability not set (#23689)
Jon Huhn
2023-05-20
*
refactor(lsp): mark server_ready function as deprecated (#23520)
Raphael
2023-05-13
*
fix(lsp): fix relative patterns for `workspace/didChangeWatchedFiles` (#23548)
Jon Huhn
2023-05-09
*
perf(lsp): load buffer contents once when processing semantic tokens response...
jdrouhard
2023-05-05
*
perf(lsp): process semantic tokens response in a coroutine that yields every ...
jdrouhard
2023-05-01
*
feat(lsp): enable workspace/didChangeWatchedFiles by default (#23190)
Jon Huhn
2023-04-22
*
refactor: deprecate checkhealth functions
dundargoc
2023-04-15
*
feat(lua): vim.tbl_contains supports general tables and predicates (#23040)
Christian Clason
2023-04-14
*
refactor: remove modelines from Lua files
Gregory Anders
2023-04-13
*
fix(diagnostic): use correct field name for tags (#22835)
Akin
2023-03-31
*
feat(diagnostic): add support for tags
Lewis Russell
2023-03-30
*
feat(lsp): render markdown in docs hover #22766
Roberto Pommella Alegro
2023-03-25
*
fix(lsp): add missing silent check in lsp hover handler (#22763)
Micah Halter
2023-03-25
*
fix(lsp): Jump to tag locations reliably when :ltag is used (#22750)
meredith
2023-03-23
*
fix(lsp): kill buffers after renaming a directory #22618
Ivan
2023-03-14
*
fix(lsp): vim.lsp.util.apply_text_edits cursor validation #22636
hrsh7th
2023-03-14
*
fix(lsp): remove_workspace_folders fails if client has no workspace_folders #...
Dan Strokirk
2023-03-13
*
fix(lsp): use line start/end for visual line selection (#22632)
Mathias Fußenegger
2023-03-12
*
refactor(lsp): remove _resolve_capabilities_compat (#22628)
Raphael
2023-03-11
*
revert: "fix(lsp): use buffer scheme for files not stored on disk" (#22604)
Mathias Fußenegger
2023-03-11
*
perf(lsp): better binary search mid calculation in semantic token (#22607)
Null Chilly
2023-03-10
*
fix(lsp): change LspTokenUpdate to use buffer instead of pattern (#22559)
jdrouhard
2023-03-07
*
docs(lsp): change type annotations from number → integer (#22510)
Jaehwang Jung
2023-03-07
*
feat(lsp)!: add rule-based sem token highlighting (#22022)
swarn
2023-03-06
*
fix(lsp): don't monitor files if workspace_folders is nil (#22531)
Mathias Fußenegger
2023-03-05
*
feat(lsp): implement workspace/didChangeWatchedFiles (#22405)
Jon Huhn
2023-03-05
*
fix(lsp): use buffer scheme for files not stored on disk (#22407)
Mathias Fußenegger
2023-03-01
*
perf(lsp): only redraw the windows containing LSP tokens
bfredl
2023-02-28
*
fix(lsp): fix some type annotations (#22397)
Mathias Fußenegger
2023-02-25
*
Revert "feat(lsp): implement workspace/didChangeWatchedFiles (#21293)"
Mathias Fussenegger
2023-02-25
*
feat(lsp): implement workspace/didChangeWatchedFiles (#21293)
Jon Huhn
2023-02-25
*
refactor(lsp): remove workaround for missing bit module (#22373)
Mathias Fußenegger
2023-02-23
*
fix(lsp): check if the buffer is a directory before w! it (#22289)
Eduard Baturin
2023-02-18
*
fix(lsp): check method is supported when range formatting (#21970)
Sean Dewar
2023-01-24
*
fix(lsp): assert workspace/applyEdit receives params (#21945)
Mathias Fußenegger
2023-01-22
*
feat(lsp): add triggerKind option for vim.lsp.buf.code_action (#21905)
kishii
2023-01-21
*
fix(lsp): fix `removed` param value in add_workspace_folder (#21915)
Raphael
2023-01-20
[next]