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
*
feat(float): open float relative to mouse #21531
Sebastian Lyng Johansen
2023-01-10
*
fix(lsp): call show_document with correct args
Mathias Fussenegger
2022-12-04
*
docs(gen): support language annotation in docstrings
Christian Clason
2022-12-02
*
feat(lsp): support set title in lsp relate floatwindow (#21110)
Raphael
2022-11-21
*
fix(lsp): ignore hover and signatureHelp responses on buffer change (#21121)
Grzegorz Rozdzialik
2022-11-19
*
feat(lsp): run handler in coroutine to support async response (#21026)
Mathias Fußenegger
2022-11-19
*
fix(lsp/window_showDocument): correctly handle external resources #20867
lvimuser
2022-10-30
*
fix(lua): properly configure luacheck and remove `local vim = ...` lines (#20...
Folke Lemaitre
2022-10-09
*
feat(lsp): support window/showDocument (#19977)
lvimuser
2022-10-08
*
fix(docs): invalid :help links #20345
Justin M. Keyes
2022-09-25
*
fix(lsp): prevent unexpected position jumps (#19370)
rhcher
2022-08-03
*
feat(lsp): provide feedback if server can't compute rename result (#19546)
Mathias Fußenegger
2022-07-27
*
feat(lsp): allow passing custom list handler to LSP functions that return lis...
Dalius Dobravolskas
2022-07-25
*
refactor(lsp): use autocmd api (#19407)
ii14
2022-07-17
*
refactor: use `local api = vim.api`
ii14
2022-07-15
*
refactor(lsp): make the use of local aliases more consistent
ii14
2022-07-15
*
refactor(lua): reformat with stylua 0.14.0 (#19264)
Christian Clason
2022-07-07
*
fix(lsp): include cancellable in progress message table (#18809)
Chris Kipp
2022-05-31
*
feat(lsp): option to reuse_win for jump actions (#18577)
Lewis Russell
2022-05-18
*
chore: format runtime with stylua
Christian Clason
2022-05-09
*
fix(handlers): more specific error messages (#16772)
kylo252
2022-04-30
*
chore(lsp): remove capabilities sanitization (#17814)
Michael Lingelbach
2022-04-30
*
feat(lsp): show feedback on empty hover response (#18308)
Mathias Fußenegger
2022-04-29
*
fix(lsp): unify progress message handling (#18040)
runiq
2022-04-20
*
fix(lsp): fix lookup of boolean values in workspace/configuration (#18026)
Fredrik Ekre
2022-04-15
*
fix(lsp): use botright copen for all handlers (#17471)
Michael Lingelbach
2022-02-20
*
feat(lsp): add handler for workspace/workspaceFolders (#17149)
Michael Lingelbach
2022-01-21
*
fix(lsp): fetch offset_encoding from client in references (#17104)
Michael Lingelbach
2022-01-15
*
feat(lsp): dynamically generate list title in response_to_list (#17081)
Gregory Anders
2022-01-14
*
fix(lsp): forward offset_encoding in rename handler (#17079)
Michael Lingelbach
2022-01-13
*
fix(lsp): forward offset_encoding to apply_text_edits (#17075)
Michael Lingelbach
2022-01-13
*
fix(lsp): strictly enforce passing offset encoding (#17049)
Michael Lingelbach
2022-01-13
*
fix(lsp): suppress ContentModified errors from UI (#16904)
Sam McCall
2022-01-04
*
chore: fix typos (#16506)
dundargoc
2021-12-28
*
refactor: replace deprecated lua functions with their new versions (#16603)
dundargoc
2021-12-10
*
fix(lsp): progress handlers should return vim.NIL on error (#16472)
Michael Lingelbach
2021-11-30
*
fix(lsp): do not attempt to index nil client in progress handler (#16463)
Michael Lingelbach
2021-11-29
*
fix(lsp): change signature of buf_highlight_references (#16345)
Michael Lingelbach
2021-11-17
*
fix(lsp): do not index nil client in progress (#16262)
Michael Lingelbach
2021-11-09
*
fix(lsp): convert range to byte index before highlighting (#16218)
elianiva
2021-11-06
*
feat(lsp): default to botright for setting qflist (#16177)
Michael Lingelbach
2021-10-30
*
feat(lsp): add codeAction/resolve support (#15818)
Mathias Fußenegger
2021-09-28
*
fix(ui): s/format_entry/format_item to match docs (#15819)
Mathias Fußenegger
2021-09-27
*
feat(ui): add vim.ui.select and use in code actions (#15771)
Mathias Fußenegger
2021-09-27
*
fix(lsp): guard textDocument/codeAction command logic #15769
Chris Kipp
2021-09-23
*
feat(lsp): add a registry for client side code action commands
Mathias Fussenegger
2021-09-20
*
Merge #15585 refactor: move vim.lsp.diagnostic to vim.diagnostic
Justin M. Keyes
2021-09-16
|
\
|
*
refactor: move vim.lsp.diagnostic to vim.diagnostic
Gregory Anders
2021-09-15
*
|
feat(lsp): improve logging (#15636)
Michael Lingelbach
2021-09-15
|
/
*
fix(lsp): update workspace/applyEdit handler signature (#15573)
Jose Alvarez
2021-09-05
[next]