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): 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
*
Fix lsp tests breaking from new LuaJIT version
Matthew Nibecker
2020-12-13
*
use if_nil variable replace vim.F.if_nil
Raphael
2020-11-26
*
Lsp: fix vim.F.ifnil to vim.F.if_nil (#13384)
Raphael
2020-11-25
*
LSP: Feature/add workspace folders (#12638)
Michael Lingelbach
2020-11-25
*
lsp: vim.lsp.diagnostic (#12655)
TJ DeVries
2020-11-12
*
lsp: complete support for `CodeActionKind`s to capabilities (#13180)
Jesse
2020-11-01
*
lsp: Remove snippet lies (#13183)
TJ DeVries
2020-10-30
*
lsp: only send buf requests to servers that support the request (#12764)
francisco souza
2020-10-25
*
Add docs for most vim.lsp methods
Patrice Peterson
2020-08-23
*
lsp: Add support for call hierarchies (#12556)
cbarrete
2020-07-18
*
lsp: Fix #12449 textDocumentSync.save can be boolean. Access textDocumentSync...
Stephan Seitz
2020-06-11
*
lsp: Add check for `declaration` and `typeDefinition` support in vim lsp serv...
Dheepak Krishnamurthy
2020-06-04
*
lua: simple snippet support in the completion items (#12118)
Viktor Kojouharov
2020-05-28
*
LSP: Add textDocument/codeAction support (#11607)
Jesse
2020-05-16
*
LSP: Add workspace.applyEdit client capabilities (#12313)
Mathias Fußenegger
2020-05-14
*
lsp: fixup workspace symbol capabilities (#12233)
Christian Clason
2020-05-03
*
lsp: add workspace/symbol (#12224)
Christian Clason
2020-05-02
*
LSP: Support LocationLink (#12231)
Christian Clason
2020-05-02
*
lsp: add 'textDocument/documentSymbol’ callback
Hirokazu Hata
2020-03-01
*
gen_vimdoc.py: generate LSP docs
Justin M. Keyes
2019-12-31
*
Fix position params for encoding.
Ashkan Kiani
2019-11-21
*
Move everything to buf & default_callbacks
Ashkan Kiani
2019-11-20
*
lua LSP client: initial implementation (#11336)
Ashkan Kiani
2019-11-13