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
*
fix(lsp): ensure buffers are re-attached on rename (#16266)
Mathias Fußenegger
2021-11-14
*
fix(lsp): rewrite incremental sync (#16252)
Michael Lingelbach
2021-11-09
*
docs(lsp): correct usage examples of formatexpr (#16216)
Michael Lingelbach
2021-11-02
*
feat(lsp): add per-client commands (#16101)
Michael Lingelbach
2021-11-01
*
fix(lsp): don't update active_clients on exit_timeout (#16192)
David Hotham
2021-10-31
*
feat(lsp): add formatexpr (#16186)
Michael Lingelbach
2021-10-31
*
fix(lsp): add placeholder cancel function (#16189)
Michael Lingelbach
2021-10-31
*
feat(lsp): track pending+cancel requests on client object #15949
jdrouhard
2021-10-29
*
feat(lsp): add exit_timeout flag (#16070)
Michael Lingelbach
2021-10-21
*
fix(lsp): avoid duplicates in client attached buffers (#16099)
Michael Lingelbach
2021-10-20
*
fix(gen_vimdoc.py): spacing around inline elements #16092
Gregory Anders
2021-10-19
*
fix(lsp): maintain client_ids table structure when filtering (#15991)
Jose Alvarez
2021-10-11
*
fix(lsp): do not invoke handlers for unsupported methods (#15926)
Michael Lingelbach
2021-10-10
*
fix(lsp): add textDocument/prepareRename to capability map (#15961)
francisco souza
2021-10-08
*
feat(lsp): utilize textEdit.range for startbyte in omnifunc (#15957)
Mathias Fußenegger
2021-10-08
*
feat(lsp): use cjson for lsp rpc (#15759)
Michael Lingelbach
2021-09-26
*
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
*
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
|
/
*
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
*
|
fix(lsp): resolve bufnr in buf_is_attached (#15523)
Jose Alvarez
2021-08-30
*
|
fix(lsp): check if buffer is valid in changetracking (#15505)
Jose Alvarez
2021-08-28
|
/
*
docs: make Lua docstrings consistent #15255
Gregory Anders
2021-08-22
*
feat(lsp): allow root_dir to be nil (#15430)
Mathias Fußenegger
2021-08-19
*
docs(lsp): prevent internal comments from showing as vim.lsp.init docs
Mathias Fussenegger
2021-08-16
*
feat(lsp): implement vim.lsp.diagnostic.redraw() (#15203)
Gregory Anders
2021-07-29
*
lsp(start_client): Allow passing custom workspaceFolders to the LSP (#15132)
sim
2021-07-20
*
feat(lsp): Add codelens support
Mathias Fussenegger
2021-06-14
*
fix(lsp): check mode in omnifunc callback
Jose Alvarez
2021-06-01
*
Increase default LSP sync timeout to 1000ms
Karim Abou Zeid
2021-05-02
*
Add client.request_sync doc
Karim Abou Zeid
2021-05-02
*
doc clarification
Karim Abou Zeid
2021-05-02
*
Add formatting_seq_sync, change formatting and formatting_sync
Karim Abou Zeid
2021-05-01
*
Merge pull request #14429 from ckipp01/force
Michael Lingelbach
2021-04-23
|
\
|
*
Don't automatically force shutdown on second restart.
ckipp01
2021-04-23
*
|
Revert "lsp: fix blocking in closing of clients"
Michael Lingelbach
2021-04-23
|
/
*
Merge pull request #14180 from oberblastmeister/lsp_exit_perf
Michael Lingelbach
2021-04-19
|
\
|
*
lsp: fix blocking in closing of clients
Brian Shu
2021-04-19
*
|
lsp: add lsp.buf_request_all for invoking asynchronous callbacks
Brian Shu
2021-04-15
*
|
lsp: Add a flag to debounce didChange notifications
Mathias Fussenegger
2021-04-13
*
|
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
[next]