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
/
protocol.lua
Commit message (
Expand
)
Author
Age
*
fix(lsp): advertise workspace.didChangeConfiguration capability (#26028)
Chris Simon
2023-11-13
*
feat(lsp)!: vim.lsp.inlay_hint.get(), enable(), is_enabled() #25512
LW
2023-11-12
*
refactor(lsp): move completion logic into _completion module
Mathias Fussenegger
2023-10-21
*
feat(lsp): add snippet API (#25301)
Maria José Solano
2023-10-21
*
fix(gen_lsp.lua): no notifications in lsp.Methods #24530
Raphael
2023-08-03
*
feat(gen_lsp.lua): sort by name, handle failure #24504
Justin M. Keyes
2023-08-01
*
feat(gen_lsp.lua): protocol.Methods #24504
mathew
2023-08-01
*
fix(lsp): announce publishDiagnostics.dataSupport (#24442)
Bruce Weirdan
2023-07-24
*
feat(lsp): implement textDocument/diagnostic (#24128)
Chris AtLee
2023-07-20
*
fix(lsp): remove unknown LSP protocol property (#24345)
Techatrix
2023-07-14
*
fix(lsp): lint warnings, default offset_encoding #24046
Raphael
2023-07-01
*
feat(lsp): opt-in to dynamicRegistration for inlay hints (#24102)
Mathias Fußenegger
2023-06-22
*
feat(lsp): add handlers for inlay hints (#23736)
Chinmay Dalal
2023-06-11
*
fix(lsp): reduce diagnostics and add more types (#23948)
Lewis Russell
2023-06-07
*
fix(lsp): use only utf-16 in default client positionEncodings (#23903)
Gregory Anders
2023-06-05
*
feat(lsp): include positionEncodings in default client capabilities
Gregory Anders
2023-06-01
*
feat(lsp): initial support for dynamic capabilities (#23681)
Folke Lemaitre
2023-05-28
*
feat(lsp): enable workspace/didChangeWatchedFiles by default (#23190)
Jon Huhn
2023-04-22
*
refactor: remove modelines from Lua files
Gregory Anders
2023-04-13
*
feat(diagnostic): add support for tags
Lewis Russell
2023-03-30
*
refactor(lsp): remove _resolve_capabilities_compat (#22628)
Raphael
2023-03-11
*
feat(lsp): implement workspace/didChangeWatchedFiles (#22405)
Jon Huhn
2023-03-05
*
fix(lsp): fix some type annotations (#22397)
Mathias Fußenegger
2023-02-25
*
Revert "feat(lsp): implement workspace/didChangeWatchedFiles (#21293)"
Mathias Fussenegger
2023-02-25
*
feat(lsp): implement workspace/didChangeWatchedFiles (#21293)
Jon Huhn
2023-02-25
*
feat(lsp): add triggerKind option for vim.lsp.buf.code_action (#21905)
kishii
2023-01-21
*
fix(lsp): correct callHierarchy capability to fix lsp.buf.incoming_calls() (#...
周
2023-01-06
*
feat(lsp): initial support for semantic token highlighting
John Drouhard
2022-12-08
*
feat(lsp): support willSave & willSaveWaitUntil capability (#21315)
Mathias Fußenegger
2022-12-08
*
feat(lsp): run handler in coroutine to support async response (#21026)
Mathias Fußenegger
2022-11-19
*
fix(lsp): reporting bogus capabilities in CodeActionKind #20678
David Hotham
2022-10-16
*
feat(lsp): support window/showDocument (#19977)
lvimuser
2022-10-08
*
fix(lsp): set workspace.configuration capability (#19548)
Mathias Fußenegger
2022-07-27
*
refactor(lua): reformat with stylua 0.14.0 (#19264)
Christian Clason
2022-07-07
*
chore: format runtime with stylua
Christian Clason
2022-05-09
*
chore(lsp): remove capabilities sanitization (#17814)
Michael Lingelbach
2022-04-30
*
feat(lsp): options to filter and auto-apply code actions (#18221)
Fredrik Ekre
2022-04-30
*
docs(lsp): fix resolve_capabilities docstring (#16577)
Gregory Anders
2021-12-08
*
feat(lsp): add codeAction/resolve support (#15818)
Mathias Fußenegger
2021-09-28
*
fix(lsp): enable additional capabilities (#15470)
Michael Lingelbach
2021-08-23
*
docs: make Lua docstrings consistent #15255
Gregory Anders
2021-08-22
*
feat(lsp): highlight active parameter in signature help (#15018)
Folke Lemaitre
2021-07-07
*
lsp: Add support for delete workspaceEdit resource operation
Mathias Fussenegger
2021-03-18
*
lsp: Add support for create workspaceEdit resource operation
Mathias Fussenegger
2021-03-18
*
lsp: Add support for file rename via workspaceEdit
Mathias Fussenegger
2021-03-18
*
lsp: Resolve codeLense server capabilities (#14056)
Josa Gesell
2021-03-10
*
LSP: Resolve text_document_save capability according to spec
Mathias Fussenegger
2021-02-25
*
LSP: Add diagnostic tags to client capabilities (#13578)
Timmy Xiao
2021-01-05
*
lsp: Disable capabilities not currently supported by language client handlers...
Michael Lingelbach
2020-12-30
*
lsp: add $/progress report (#13294)
Matthieu Coudron
2020-12-20
[next]