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
/
callbacks.lua
Commit message (
Expand
)
Author
Age
*
lsp: remove deprecated references to 'callbacks' (#13945)
Matthieu Coudron
2021-02-23
*
lsp: vim.lsp.diagnostic (#12655)
TJ DeVries
2020-11-12
*
lsp: Store diagnostics for unloaded buffers (#13102)
Mathias Fußenegger
2020-10-25
*
lsp: remove popup No signature available. (#12915)
Raphael
2020-09-18
*
Add FIXMEs
Patrice Peterson
2020-08-23
*
Add docs for most vim.lsp methods
Patrice Peterson
2020-08-23
*
lsp: Add support for call hierarchies (#12556)
cbarrete
2020-07-18
*
lsp: do not process diagnostics for unloaded buffers (#12440)
TJ DeVries
2020-06-04
*
LSP: Don't swallow bufnr argument from callbacks (#12350)
Mathias Fußenegger
2020-05-20
*
Check for nil before checking for empty table
Andy Lindeman
2020-05-15
*
LSP: Add textDocument/codeAction support (#11607)
Jesse
2020-05-16
*
LSP: Make applyEdit return a response (#12270)
Mathias Fußenegger
2020-05-11
*
lsp: add workspace/symbol (#12224)
Christian Clason
2020-05-02
*
LSP: remove obsolete "peek definition" code #12178
Thore Weilbier
2020-04-25
*
lsp: callback for references now opens qf (#12171)
Thore Weilbier
2020-04-23
*
lsp: textDocument/definition can return Location or Location[] (#12014)
Khangal
2020-04-21
*
lsp: export convert_signature_help_to_markdown_lines (#11950)
Hirokazu Hata
2020-04-19
*
LSP: fix breakage when severity isn't specified (#12027)
Ghjuvan Lacambre
2020-04-18
*
lsp: make showMessage and logMessage callbacks different (#11942)
Hirokazu Hata
2020-03-02
*
lsp: add 'textDocument/documentSymbol’ callback
Hirokazu Hata
2020-03-01
*
LSP: Remove diagnostic message handling in locations_to_items
Mathias Fussenegger
2020-02-27
*
Add signs for Lsp diagnostics (#11668)
Alvaro Muñoz
2020-02-27
*
add support to show diagnostics count in statusline (#11641)
Alvaro Muñoz
2020-02-26
*
LSP: implement documentHighlight (#11638)
Alvaro Muñoz
2020-02-26
*
lsp: fix textDocument/completion handling
Hirokazu Hata
2020-02-19
*
LSP: Use async completion for omnifunc. (#11578)
Ashkan Kiani
2019-12-20
*
LSP: Improve the display of the default hover callback. (#11576)
Ashkan Kiani
2019-12-20
*
LSP: Move default buf callbacks to vim.lsp.callbacks (#11452)
Ashkan Kiani
2019-11-26