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): only disable inlay hints / diagnostics if no other clients are conn...
Chris AtLee
2023-08-31
*
fix(lua): improve annotations for stricter luals diagnostics (#24609)
Christian Clason
2023-08-09
*
docs(lsp): fix references to protocol.constants #24578
Maria José Solano
2023-08-07
*
refactor(lsp): use protocol.Methods instead of strings #24570
Raphael
2023-08-05
*
fix(lsp): do not assume client capability exists in watchfiles check (#24550)
Sean Dewar
2023-08-04
*
refactor(lsp): use protocol.Methods instead of strings #24537
Raphael
2023-08-03
*
fix(gen_lsp.lua): no notifications in lsp.Methods #24530
Raphael
2023-08-03
*
feat(gen_lsp.lua): sort by name, handle failure #24504
Justin M. Keyes
2023-08-01
*
feat(gen_lsp.lua): protocol.Methods #24504
mathew
2023-08-01
*
fix(lsp): inlay hints: "Failed to delete autocmd" when closing buffer #24469
Chris AtLee
2023-08-01
*
fix(lsp): fix multi client handling workspace_folder methods (#18839)
Mathias Fußenegger
2023-07-25
*
fix(lsp): SignatureHelp docstring is not escaped #16702
Christoph Hasse
2023-07-25
*
fix(lsp): E403 if doc contains multiple codeblocks #24458
Raphael
2023-07-25
*
fix(lsp): replace @private with @nodoc for public client functions (#24415)
Mathias Fußenegger
2023-07-24
*
fix(lsp): announce publishDiagnostics.dataSupport (#24442)
Bruce Weirdan
2023-07-24
*
fix(lsp): send empty "added" list when removing workspace folder #24440
Mitchell Hanberg
2023-07-24
*
fix(lsp): noisy warning about offset_encodings #24441
Keith Smiley
2023-07-24
*
refactor(lsp): use LspNotify for inlay_hint (#24411)
Chris AtLee
2023-07-22
*
feat(lsp): implement textDocument/diagnostic (#24128)
Chris AtLee
2023-07-20
*
docs(lua): more improvements (#24387)
Lewis Russell
2023-07-18
*
feat(lsp)!: rename vim.lsp.get_active_clients to get_clients (#24113)
Mathias Fußenegger
2023-07-17
*
fix(lsp): markdown code fence should allow space before info string #24364
Mike
2023-07-16
*
fix(lsp): remove unknown LSP protocol property (#24345)
Techatrix
2023-07-14
*
feat(lsp): add method filter to get_active_clients (#24319)
Mathias Fußenegger
2023-07-12
*
fix(lint): lint warnings #24226
Raphael
2023-07-10
*
fix(lsp): don't use hl_mode = combine for inlay hints #24276
Chinmay Dalal
2023-07-08
*
fix(vim.ui.open): return (don't show) error message
Justin M. Keyes
2023-07-05
*
fix(gx): visual selection, expand env vars
Justin M. Keyes
2023-07-04
*
feat(vim.ui): vim.ui.open, "gx" without netrw
marshmallow
2023-07-04
*
fix(lsp): revert change to buf.clear_references() #24238
Raphael
2023-07-04
*
fix(lsp): lint warnings, default offset_encoding #24046
Raphael
2023-07-01
*
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
[next]