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
/
test
/
functional
/
plugin
/
lsp_spec.lua
Commit message (
Expand
)
Author
Age
*
fix(lsp): schedule call to vim.lsp.start for async root_dir (#31998)
Gregory Anders
2025-01-14
*
fix(lsp): minimum height for floating popup #31990
Xuyuan Pang
2025-01-13
*
feat(lsp): return resolved config for vim.lsp.config[name]
Mathias Fussenegger
2024-12-31
*
feat(lsp): support function for client root_dir (#31630)
Gregory Anders
2024-12-27
*
fix(lsp): vim.lsp.start fails if existing client has no workspace_folders #31608
phanium
2024-12-18
*
fix(lsp): reuse client if configs match and no root dir
Lewis Russell
2024-12-13
*
feat(lsp): add vim.lsp.config and vim.lsp.enable
Lewis Russell
2024-12-10
*
feat(lsp): deprecate vim.lsp.start_client #31341
Maria José Solano
2024-12-04
*
fix(lsp): retrigger diagnostics request on server cancellation (#31345)
Gregory Anders
2024-11-25
*
fix(lsp): hover keymap (#31208)
andrew snelling
2024-11-22
*
docs: misc (#31138)
dundargoc
2024-11-21
*
feat(lsp): deprecate non-method client functions
Lewis Russell
2024-11-20
*
fix(lsp): set tagstack on jump via goto methods
Mathias Fussenegger
2024-10-24
*
feat(lsp)!: support multiple clients in goto methods (#30877)
Mathias Fußenegger
2024-10-20
*
fix(lsp.util): inconsistent handling of offset_encoding
Lewis Russell
2024-10-17
*
feat(lsp.util): refactor symbols_to_items()
Lewis Russell
2024-10-17
*
fix(lsp): handle multiline signature help labels #30460
Maria José Solano
2024-10-15
*
test: support upvalues in exec_lua
Lewis Russell
2024-09-21
*
fix(lsp): handle out-of-bounds character positions #30288
Tristan Knight
2024-09-08
*
fix(lsp): handle locations exceeding line length #30253
Tristan Knight
2024-09-05
*
feat(lsp): support hostname in rpc.connect #30238
Tristan Knight
2024-09-03
*
test: tmpname() can skip file creation
Justin M. Keyes
2024-09-02
*
test(lsp): refactor and tidy
Lewis Russell
2024-08-11
*
test: allow exec_lua to handle functions
Lewis Russell
2024-08-02
*
fix(lsp): revert text edit application order change (#29877)
Mathias Fußenegger
2024-07-27
*
feat(lsp): drop fswatch, use inotifywait (#29374)
Andreas Schneider
2024-07-06
*
refactor: use `vim._with` where possible
dundargoc
2024-06-28
*
feat(lsp): vim.lsp.buf.format() supports textDocument/rangesFormatting #27323
Tom Praschan
2024-06-24
*
refactor(lsp): use metatable for buf_versions (#29304)
Ilia Choly
2024-06-14
*
feat(lsp): include end_col, end_lnum in vim.lsp.buf.locations_to_items #29164
Tom Praschan
2024-06-09
*
fix(lsp): fix reverse sorting of same position text edits (#29212)
Al Colmenar
2024-06-07
*
fix(lsp): revert buf_versions deprecation/replacement (#29217)
Mathias Fußenegger
2024-06-07
*
fix(lsp): account for changedtick version gap on modified reset (#29170)
Mathias Fußenegger
2024-06-04
*
refactor(lsp): replace util.buf_versions with changedtick (#28943)
Mathias Fußenegger
2024-05-30
*
fix(lsp): do not detach from buffer if there are uninitialized clients (#29029)
Ilia Choly
2024-05-27
*
fix(lsp): check if buffer was detached in on_init callback (#28914)
Ilia Choly
2024-05-23
*
fix(lsp): trigger LspDetach on buffer delete (#28795)
Andre Toerien
2024-05-23
*
fix(lsp): disable didChangeWatchedFiles on Linux
Lewis Russell
2024-05-10
*
refactor(lsp): merge subtypes and supertypes into typehierarchy (#28467)
Mathias Fußenegger
2024-04-23
*
test: improve test conventions
dundargoc
2024-04-23
*
feat(lsp): add vim.lsp.buf.subtypes(), vim.lsp.buf.supertypes() (#28388)
Yinzuo Jiang
2024-04-20
*
feat(lua): enable(enable:boolean, filter:table) #28374
Justin M. Keyes
2024-04-18
*
refactor(lsp): merge rpc.domain_socket_connect into rpc.connect (#28398)
Mathias Fußenegger
2024-04-18
*
refactor(test): inject after_each differently
Lewis Russell
2024-04-10
*
test: improve test conventions
dundargoc
2024-04-08
*
test: reduce `exec_lua` calls
dundargoc
2024-04-04
*
test: skip another flaky test on macOS (#28087)
zeertzjq
2024-03-29
*
refactor(lsp): simplify client tracking
Lewis Russell
2024-03-25
*
fix(test): typing
Lewis Russell
2024-03-25
*
Revert "refactor(lsp): simplify client tracking"
Lewis Russell
2024-03-25
[next]