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
*
fix(lsp): fix attempt to call non existent function (#24212)
Sanchayan Maity
2023-06-30
*
feat(lsp): move inlay_hint() to vim.lsp (#24130)
Mathias Fußenegger
2023-06-30
*
fix(lsp): inlay_hint nil reference error #24202
Chinmay Dalal
2023-06-29
*
Merge #24116 from justinmk/doc
Justin M. Keyes
2023-06-25
|
\
|
*
fix(docs): vimdoc syntax errors
Justin M. Keyes
2023-06-25
*
|
fix(lsp): error in reset_timer on second detach #24117
Chinmay Dalal
2023-06-23
*
|
fix(lsp): reapplying already-applied hints #24114
Chinmay Dalal
2023-06-23
|
/
*
feat(lsp): opt-in to dynamicRegistration for inlay hints (#24102)
Mathias Fußenegger
2023-06-22
*
test: spellcheck :help (vimdoc) files #24109
Justin M. Keyes
2023-06-22
*
fix(lsp): add spacing for inlay hints separately #24079
Akin
2023-06-21
*
fix(lsp): check if inlay hints are enabled for a buffer before disabling (#24...
Chinmay Dalal
2023-06-20
*
refactor(lsp): extract common execute command functionality (#24065)
Mathias Fußenegger
2023-06-20
*
fix(lsp): duplicate on_detach, on_reload callbacks #24067
Chinmay Dalal
2023-06-20
*
feat(lsp): inlay hints #23984
Chinmay Dalal
2023-06-19
*
fix(lsp): allow Lua pattern chars in code action filter (#24041)
Jonas Strittmatter
2023-06-17
*
perf(lsp): reduce polling handles for workspace/didChangeWatchedFiles (#23500)
Jon Huhn
2023-06-14
*
fix(codelens): add buffer and line checks before displaying codelens (#23887)
Rohit Sukumaran
2023-06-13
*
feat(lsp): add handlers for inlay hints (#23736)
Chinmay Dalal
2023-06-11
*
feat(lsp)!: add vim.lsp.status, client.progress and promote LspProgressUpdate...
Mathias Fußenegger
2023-06-09
*
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
[next]