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
/
test
/
functional
/
plugin
/
lsp_spec.lua
Commit message (
Expand
)
Author
Age
*
chore(lsp): clean up initialization process (#16369)
Michael Lingelbach
2021-11-21
*
fix(lsp): ensure buffers are re-attached on rename (#16266)
Mathias Fußenegger
2021-11-14
*
feat(ui): add vim.ui.input and use in lsp rename (#15959)
Sebastian Lyng Johansen
2021-11-07
*
feat(lua): enable stack traces in error output (#16228)
Gregory Anders
2021-11-06
*
feat(lsp): add per-client commands (#16101)
Michael Lingelbach
2021-11-01
*
feat(lsp): track pending+cancel requests on client object #15949
jdrouhard
2021-10-29
*
fix(lsp): fix cursor row after textEdits (#16038)
hrsh7th
2021-10-18
*
fix(lsp): do not invoke handlers for unsupported methods (#15926)
Michael Lingelbach
2021-10-10
*
fix(lsp): update tests using 0.5.0 handler calls (#15969)
Michael Lingelbach
2021-10-08
*
fix(lsp): expose ContentModified error code to callbacks (#15262)
Rishikesh Vaishnav
2021-10-08
*
fix(float)!: always anchor to corner of window including border #15832
zeertzjq
2021-10-02
*
fix(lsp_spec): tests depended on previous session
Justin M. Keyes
2021-10-02
*
feat(lsp): add codeAction/resolve support (#15818)
Mathias Fußenegger
2021-09-28
*
feat(lsp): add a registry for client side code action commands
Mathias Fussenegger
2021-09-20
*
feat(lsp): include original request params in handler ctx
Mathias Fussenegger
2021-09-20
*
feat(lsp): improve vim.lsp.util.apply_text_edits (#15561)
hrsh7th
2021-09-18
*
refactor: move vim.lsp.diagnostic to vim.diagnostic
Gregory Anders
2021-09-15
*
fix(lsp): correctly parse LSP snippets #15579
hrsh7th
2021-09-14
*
feat(lsp): support textDocument/prepareRename (#15514)
Zi How Poh
2021-09-08
*
fix(lsp): update workspace/applyEdit handler signature (#15573)
Jose Alvarez
2021-09-05
*
Merge pull request #15504 from mjlbach/feat/change-handler-signature
Michael Lingelbach
2021-09-05
|
\
|
*
feat(lsp)!: change handler signature
Michael Lingelbach
2021-09-05
*
|
feat(lsp): get_border_size(): support repeating border char list #15474
zeertzjq
2021-08-27
|
/
*
Merge pull request #15368 from jamessan/fragility
James McCoy
2021-08-14
|
\
|
*
test(lsp): disable finicky test when TEST_SKIP_FRAGILE is set
James McCoy
2021-08-13
*
|
fix(lsp): properly handle `nil` lines when trimming empty lines (#15325)
Andrea Cappuccio
2021-08-10
*
|
fixup! vim-patch:8.2.3019: location list only has the start position.
Jan Edmund Lazo
2021-07-31
*
|
fix(ci): disable broken test on openbsd on all CI due to resource constraints
Björn Linse
2021-07-23
*
|
test(lsp): file URIs do not allow relative paths
Alessandro Pezzoni
2021-07-10
|
/
*
fix(doc): remove reference to vim.lsp.callbacks (#14576)
Matthieu Coudron
2021-06-28
*
fix(lsp): do not convert vim.NIL to nil in lists
Akin Sowemimo
2021-06-24
*
fixup! vim-patch:8.2.3020: unreachable code (#14866)
Matthieu Coudron
2021-06-22
*
Merge pull request #14563 from mjlbach/fix_intelephense_langserver
Michael Lingelbach
2021-05-19
|
\
|
*
lsp: handle case where CompletionItem.insertTextFormat is nil
Michael Lingelbach
2021-05-16
*
|
test(lsp_spec): improve correctness
Marco Hinz
2021-05-19
*
|
Revert "lsp: make tagstack smarter motion-wise (#12262)"
Marco Hinz
2021-05-19
|
/
*
lsp: add a test for the jump_to_location + jump list fix
francisco souza
2021-05-06
*
lsp: make tagstack smarter motion-wise (#12262)
Gabriel Sanches
2021-04-23
*
lsp: Remove vim.NIL handling from apply_text_document_edit
Mathias Fussenegger
2021-04-14
*
lsp: Accept text document edits with version zero
Mathias Fussenegger
2021-04-14
*
test/lsp: disable tracking in LSP tests (here be dragons)
Björn Linse
2021-04-03
*
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
*
Merge pull request #14079 from mjlbach/incremental_sync
Michael Lingelbach
2021-03-09
|
\
|
*
lsp: add incremental text synchronization
Michael Lingelbach
2021-03-09
*
|
state: throttle batched event processing when input is available
Björn Linse
2021-03-08
|
/
*
LSP: Resolve text_document_save capability according to spec
Mathias Fussenegger
2021-02-25
*
lsp: remove deprecated references to 'callbacks' (#13945)
Matthieu Coudron
2021-02-23
[next]