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.lua
Commit message (
Expand
)
Author
Age
*
Merge pull request #14264 from mjlbach/feature/handle_reloading_buffer
Michael Lingelbach
2021-04-01
|
\
|
*
lsp: add on_reload callback for buffer edits outside of neovim
Michael Lingelbach
2021-03-31
*
|
Merge pull request #14262 from mjlbach/feature/lsp_did_save_autocommand
Michael Lingelbach
2021-04-01
|
\
\
|
*
|
lsp: clear did_save handler autocommand on each attach
Michael Lingelbach
2021-03-31
|
|
/
*
/
lsp: fix textDocument/workspaceSymbol -> workspace/symbol
Michael Lingelbach
2021-03-31
|
/
*
lsp: use utf-8 when utf-16 not requested
Michael Lingelbach
2021-03-30
*
lsp: Force re-display of diagnostics when opening a file
TJ DeVries
2021-03-22
*
lsp: Use incremental sync by default
Mathias Fussenegger
2021-03-11
*
lsp: Resolve codeLense server capabilities (#14056)
Josa Gesell
2021-03-10
*
lsp: get_language_id (#14092)
TJ DeVries
2021-03-10
*
lsp: fix endline such that it cannot point outside the buffer range
Michael Lingelbach
2021-03-10
*
lsp: add incremental text synchronization
Michael Lingelbach
2021-03-09
*
lsp: don't invoke vim.notify on sigterm of language server
Michael Lingelbach
2021-03-04
*
lsp: invoke vim.notify when client exits with code or signal other than 0
Michael Lingelbach
2021-03-04
*
lsp: remove deprecated references to 'callbacks' (#13945)
Matthieu Coudron
2021-02-23
*
lsp: client stop cleanups (#13877)
Michael Lingelbach
2021-02-19
*
lsp: match textDocument/didChange eol behavior (#13792)
Michael Lingelbach
2021-01-25
*
lsp: clear diagnostics on client shutdown (#13788)
Michael Lingelbach
2021-01-23
*
lsp: remove duplicate settings validation (#13789)
Michael Lingelbach
2021-01-18
*
lsp: validate and document server settings (#13698)
Michael Lingelbach
2021-01-18
*
LSP: Fix nil settings handling in workspace/configuration (#13708)
Mathias Fußenegger
2021-01-18
*
LSP: Add in clientInfo to initalize_params. (#13757)
Chris Kipp
2021-01-18
*
lsp: fix on_attach signature documentation (#13723)
Michael Lingelbach
2021-01-12
*
lsp: add $/progress report (#13294)
Matthieu Coudron
2020-12-20
*
lsp: Fix text payload in didSave notification (#13363)
Mathias Fußenegger
2020-12-20
*
feat: Allow incremental sync & lsp flags (#13371)
TJ DeVries
2020-12-08
*
lsp: Fix "unsupported_method" error when the buffer does not have an LSP Serv...
eightpigs
2020-12-03
*
LSP: Feature/add workspace folders (#12638)
Michael Lingelbach
2020-11-25
*
lsp: vim.lsp.diagnostic (#12655)
TJ DeVries
2020-11-12
*
lsp: fix fallback for callback in method_unsupported
francisco souza
2020-10-25
*
lsp: only send buf requests to servers that support the request (#12764)
francisco souza
2020-10-25
*
lsp: Fix "client has shut down" errors during initializing (#13103)
Mathias Fußenegger
2020-10-22
*
Merge #12468 'lsp: logging'
Justin M. Keyes
2020-09-01
|
\
|
*
lsp: add key name to the output log value
Hirokazu Hata
2020-08-26
*
|
docs, remove 'guifontset' #11708
Justin M. Keyes
2020-08-31
|
/
*
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
*
doc: fix scripts and regenerate (#12506)
TJ DeVries
2020-07-02
*
lsp: even if contents before change is 0 byte, request to server
Hirokazu Hata
2020-06-11
*
lsp: Add check for `declaration` and `typeDefinition` support in vim lsp serv...
Dheepak Krishnamurthy
2020-06-04
*
lua: vim.wait implementation
TJ DeVries
2020-05-30
*
lsp: make the command error message more detailed (#11633)
Hirokazu Hata
2020-05-26
*
lsp: add workspace/symbol (#12224)
Christian Clason
2020-05-02
*
LSP: enable using different highlighting rules for LSP signs (#12176)
Ghjuvan Lacambre
2020-04-29
*
lsp: use vim.tbl_isempty to check sign (#12190)
Hirokazu Hata
2020-04-28
*
LSP: don't redefine LspDiagnostics signs #12164
jakbyte
2020-04-26
*
lsp: remove buffer version on buffer_detach (#12029)
Hirokazu Hata
2020-04-25
*
Merge pull request #11927 from Jesse-Bakker/lsp-buf-version
Björn Linse
2020-03-16
|
\
|
*
Use buffer version instead of changedtick for edits
Jesse Bakker
2020-02-27
[next]