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
/
rpc.lua
Commit message (
Expand
)
Author
Age
...
*
fix(lsp): detach spawned LSP server processes (#18477)
Gregory Anders
2022-05-08
*
chore(lsp): remove capabilities sanitization (#17814)
Michael Lingelbach
2022-04-30
*
chore: fix typos (#16506)
dundargoc
2021-12-28
*
fix(lsp): change rpc start notify level to warn (#16467)
Michael Lingelbach
2021-11-30
*
chore: fix typos (#16361)
dundargoc
2021-11-27
*
feat(lsp): use uv_spawn to check if server executable (#16430)
Michael Lingelbach
2021-11-25
*
feat(lsp): track pending+cancel requests on client object #15949
jdrouhard
2021-10-29
*
fix(lsp): expose ContentModified error code to callbacks (#15262)
Rishikesh Vaishnav
2021-10-08
*
feat(lsp): improve json deserialization performance (#15854)
Michael Lingelbach
2021-10-05
*
refactor(lsp): remove json encode/decode wrappers (#15826)
Mathias Fußenegger
2021-09-28
*
feat(lsp): use cjson for lsp rpc (#15759)
Michael Lingelbach
2021-09-26
*
feat(lsp): improve logging (#15636)
Michael Lingelbach
2021-09-15
*
docs: make Lua docstrings consistent #15255
Gregory Anders
2021-08-22
*
fix(lsp): Handle nil message_callbacks
Mathias Fussenegger
2021-06-25
*
fix(lsp): do not convert vim.NIL to nil in lists
Akin Sowemimo
2021-06-24
*
lsp: Only mute RequestCancelled or ContentModified, but not other errors
Mathias Fussenegger
2021-05-23
*
lsp: Allow decoded.result to be `false`
Mathias Fussenegger
2021-04-30
*
lsp: allow launching language servers with uv_spawn using cwd arg
Michael Lingelbach
2021-04-01
*
fix: show error when language server start fails and prevent future requests
David Zhang
2021-02-26
*
lsp: Reduce memory usage for buffering the message from LSP.
Yuki Ito
2020-11-29
*
lsp: vim.lsp.diagnostic (#12655)
TJ DeVries
2020-11-12
*
lsp: remove vim.NIL from processing (#13174)
TJ DeVries
2020-11-02
*
lsp: Handle ContentModified the same way as RequestCancelled (#12803)
Rasmus Ishøy Michelsen
2020-09-22
*
lsp: remove output log at rpc.notify
Hirokazu Hata
2020-08-26
*
Add FIXMEs
Patrice Peterson
2020-08-23
*
Add docs for most vim.lsp methods
Patrice Peterson
2020-08-23
*
doc: fix scripts and regenerate (#12506)
TJ DeVries
2020-07-02
*
lsp: do not assert even if the code does not exist in ErrorCodes (#11981)
Hirokazu Hata
2020-04-21
*
lsp/rpc.lua: fix `env` application function
Justin M. Keyes
2020-02-16
*
gen_vimdoc.py: generate LSP docs
Justin M. Keyes
2019-12-31
*
LSP: Handle rpc RequestCancelled specifically. (#11606)
Ashkan Kiani
2019-12-24
*
Bugfixes.
Ashkan Kiani
2019-11-20
*
lua LSP client: initial implementation (#11336)
Ashkan Kiani
2019-11-13
[prev]