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
/
buf.lua
Commit message (
Expand
)
Author
Age
*
feat(lsp): multi-client support for signature_help
Lewis Russell
2024-11-04
*
feat(lsp)!: remove client-server handlers from vim.lsp.handlers
Lewis Russell
2024-11-01
*
fix(lsp): correct hover result handling (#30995)
notomo
2024-10-30
*
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
*
feat(lsp): deprecate execute_command with client:exec_cmd
Lewis Russell
2024-10-24
*
fix(lsp): better multi-client support for callHierarchy
Lewis Russell
2024-10-24
*
fix(lsp): use correct method for prepareTypehierarchy
Lewis Russell
2024-10-24
*
fix(lsp): set tagstack on jump via goto methods
Mathias Fussenegger
2024-10-24
*
fix(lsp.buf): use correct offset_encoding for all requests
Lewis Russell
2024-10-24
*
refactor(lsp.buf): remove buf_request wrapper
Lewis Russell
2024-10-24
*
refactor(lsp.buf): use alias for vim.lsp
Lewis Russell
2024-10-24
*
fix(lsp): support multiple clients in typehierarchy
Lewis Russell
2024-10-22
*
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
*
perf(validate): use lighter version
Lewis Russell
2024-10-17
*
Merge pull request #30825 from lewis6991/refactor/lsputil
Lewis Russell
2024-10-17
|
\
|
*
fix(lsp.util): inconsistent handling of offset_encoding
Lewis Russell
2024-10-17
*
|
feat(lsp): show server name in code actions #30830
Jordan
2024-10-17
|
/
*
docs(lsp): hover window controls #30347
Tristan Knight
2024-09-19
*
fix(lsp): handle empty call hierarchy items #30349
James Trew
2024-09-13
*
fix(lsp): return call hierarchy item, not the index (#30145)
Maria José Solano
2024-08-26
*
fix(lsp): avoid reusing diagnostics from different servers in actions (#30002)
Grzegorz Rozdzialik
2024-08-07
*
fix(lsp): don't send foreign diagnostics to servers in buf.code_action (#29501)
Mathias Fußenegger
2024-08-01
*
feat(lsp): vim.lsp.buf.format() supports textDocument/rangesFormatting #27323
Tom Praschan
2024-06-24
*
refactor: deprecate vim.region() #28416
Justin M. Keyes
2024-05-28
*
docs: misc (#28609)
dundargoc
2024-05-15
*
docs(lsp): document vim.lsp.ListOpts.loclist
tom-anders
2024-05-07
*
refactor(lsp): s/options/opts for parameters in vim.lsp.buf
tom-anders
2024-05-07
*
refactor(lsp): merge subtypes and supertypes into typehierarchy (#28467)
Mathias Fußenegger
2024-04-23
*
feat(lsp): add vim.lsp.buf.subtypes(), vim.lsp.buf.supertypes() (#28388)
Yinzuo Jiang
2024-04-20
*
refactor(lsp): move workspace folder logic into the client
Lewis Russell
2024-04-02
*
fix(lsp): abort callHierarchy on no result (#28102)
Marcin Szamotulski
2024-03-31
*
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(lsp): move client code to a regular Lua class
Lewis Russell
2024-02-07
*
refactor: fix luals warnings
dundargoc
2023-12-30
*
refactor: use vim.deprecate on all deprecated functions
dundargoc
2023-12-27
*
feat(lsp): more annotations
Lewis Russell
2023-12-14
*
fix(lsp): create per client params in lsp.buf.code_action
Mathias Fussenegger
2023-11-04
*
fix(lsp): call `on_list()` even for single location (#25830)
Evgeni Chasnovski
2023-10-31
*
docs: do not hardcode LSP version in URL #25648
Maria José Solano
2023-10-16
*
feat(lsp): fallback to code-action command on resolve failure (#25464)
Mathias Fußenegger
2023-10-02
*
docs: replace <pre> with ``` (#25136)
Gregory Anders
2023-09-14
*
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
*
refactor(lsp): use protocol.Methods instead of strings #24537
Raphael
2023-08-03
*
fix(lsp): fix multi client handling workspace_folder methods (#18839)
Mathias Fußenegger
2023-07-25
[next]