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
/
handlers.lua
Commit message (
Expand
)
Author
Age
*
fix: resolve all remaining LuaLS diagnostics
Lewis Russell
2025-01-27
*
fix(lsp): prefer `on_list` over `loclist` in default handler
Evgeni Chasnovski
2025-01-23
*
fix(messages): lsp window/showMessage is not an error
Luuk van Baal
2025-01-17
*
refactor: use nvim.foo.bar format for namespaces
Maria José Solano
2025-01-14
*
feat(api): deprecate nvim_out/err_write(ln)
Luuk van Baal
2025-01-09
*
fix(lsp): retrigger diagnostics request on server cancellation (#31345)
Gregory Anders
2024-11-25
*
refactor(lsp): fold in dynamic_registration code into the client
Lewis Russell
2024-11-18
*
feat(lsp)!: remove client-server handlers from vim.lsp.handlers
Lewis Russell
2024-11-01
*
feat(lsp)!: multiple client support for vim.lsp.buf.hover()
Lewis Russell
2024-10-29
*
feat(lsp): deprecate vim.lsp.buf.completion
Lewis Russell
2024-10-24
*
refactor: rename vim.highlight => vim.hl
Justin M. Keyes
2024-10-21
*
feat(lsp)!: support multiple clients in goto methods (#30877)
Mathias Fußenegger
2024-10-20
*
feat(lsp)!: support multiple clients in lsp.buf.references
Mathias Fussenegger
2024-10-20
*
fix(lsp): handle multiline signature help labels #30460
Maria José Solano
2024-10-15
*
refactor(lua): improve type annotations
Lewis Russell
2024-06-11
*
feat(lsp): completion side effects
Maria José Solano
2024-05-27
*
feat: remove deprecated features
dundargoc
2024-05-16
*
Merge #28637 more support for vim.lsp.ListOpts.loclist
Justin M. Keyes
2024-05-07
|
\
|
*
feat(lsp): support vim.lsp.ListOpts.loclist in location_handler()
tom-anders
2024-05-07
|
*
docs(lsp): document vim.lsp.ListOpts.loclist
tom-anders
2024-05-07
|
*
refactor(lsp): use vim.cmd instead of api.nvim_command
tom-anders
2024-05-07
|
*
docs(lsp): fix type annotations in response_to_list(...)
tom-anders
2024-05-07
|
*
refactor(lsp): move repeated table construction into a variable
tom-anders
2024-05-07
|
*
refactor(lsp): use vim.is_callable()
tom-anders
2024-05-07
*
|
fix(lsp): rename LspProgress data.result => data.params #28632
Jongwook Choi
2024-05-07
|
/
*
fix(vim.ui)!: change open() to return `result|nil, errmsg|nil` #28612
Justin M. Keyes
2024-05-03
*
fix(vim.ui)!: change open() to return pcall-like values #28502
Justin M. Keyes
2024-04-25
*
refactor(lua): deprecate tbl_flatten
Justin M. Keyes
2024-04-22
*
refactor(lua): rename tbl_islist => islist
Justin M. Keyes
2024-04-21
*
feat(lsp): add vim.lsp.buf.subtypes(), vim.lsp.buf.supertypes() (#28388)
Yinzuo Jiang
2024-04-20
*
fix(vim.ui): open() may wait indefinitely #28325
Justin M. Keyes
2024-04-15
*
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(lsp): resolve the config-client entanglement
Lewis Russell
2024-02-13
*
fix(lsp): semantic token defer loading
Lewis Russell
2024-02-12
*
refactor(lsp): tidy up logging
Lewis Russell
2024-02-08
*
refactor: create function for deferred loading
dundargoc
2024-02-03
*
refactor(lsp): deprecate `vim.lsp.util.lookup_section`
Jongwook Choi
2024-01-16
*
fix(doc): improve doc generation of types using lpeg
Lewis Russell
2024-01-11
*
feat(lsp): more annotations
Lewis Russell
2023-12-14
*
fix(lsp): call `on_list()` even for single location (#25830)
Evgeni Chasnovski
2023-10-31
*
fix(lsp): highlight active parameter in signature help #25663
Maria José Solano
2023-10-16
*
docs: do not hardcode LSP version in URL #25648
Maria José Solano
2023-10-16
*
fix(lsp)!: deprecate trim_empty_lines
Maria José Solano
2023-09-19
*
feat(lsp): use treesitter for stylize markdown
Maria José Solano
2023-09-19
*
docs: replace <pre> with ``` (#25136)
Gregory Anders
2023-09-14
*
feat(lsp): improve control over placement of floating windows (#24494)
Grace Petryk
2023-09-10
*
fix(lsp): wrong iterator in registerCapability handler (#24971)
TheBlob42
2023-09-01
*
refactor(lsp): use protocol.Methods instead of strings #24537
Raphael
2023-08-03
[next]