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
/
buf.lua
Commit message (
Expand
)
Author
Age
*
feat(lsp): use `vim.ui.select` for selecting lsp client (#16531)
Anshuman Medhi
2021-12-07
*
docs(lsp): do not use nvim_command for Vimscript examples
Gregory Anders
2021-11-30
*
docs(lsp): add annotations for private functions
Gregory Anders
2021-11-30
*
fix(lsp): require bufnr for apply_text_edits (#16444)
Michael Lingelbach
2021-11-26
*
fix(lsp): avoid indexing vim.NIL for null workspaceFolders (#16404)
Michael Lingelbach
2021-11-22
*
fix(lsp): gracefully handle nil workspaceFolders (#16284)
Michael Lingelbach
2021-11-11
*
feat(ui): add vim.ui.input and use in lsp rename (#15959)
Sebastian Lyng Johansen
2021-11-07
*
fix(lsp): pass the enriched ctx to the client-side command (#16201)
Nghia Le Minh
2021-11-01
*
feat(lsp): add per-client commands (#16101)
Michael Lingelbach
2021-11-01
*
feat(ui): add `opt.kind` to `vim.ui.select` (#15838)
Zachary Churchill
2021-10-31
*
feat(lsp): add codeAction/resolve support (#15818)
Mathias Fußenegger
2021-09-28
*
fix(lsp): avoid serializing boolean as key (#15810)
Michael Lingelbach
2021-09-27
*
feat(lsp): allow subset of CodeActionContext as arg to code_action methods (#...
Mathias Fußenegger
2021-09-26
*
fix(lsp): update lsp-handler signature in call_hierarchy (#15738)
Mathias Fußenegger
2021-09-21
*
feat(lsp): support textDocument/prepareRename (#15514)
Zi How Poh
2021-09-08
*
feat(lsp)!: change handler signature
Michael Lingelbach
2021-09-05
*
docs: make Lua docstrings consistent #15255
Gregory Anders
2021-08-22
*
feat: aggregate code actions from all clients (#15121)
Folke Lemaitre
2021-07-18
*
fix(lsp): avoid ipairs on non-sequential tables (#15059)
Michael Lingelbach
2021-07-11
*
fix(lsp): Set `dir` completion option for add_workspace_folder
Mathias Fussenegger
2021-06-25
*
fix(lsp): add bufnr to formatting requests
Lukas Reineke
2021-06-15
*
docs(lsp): annotate call_hierarchy function as private
cbarrete
2021-06-14
*
lsp: handle unsupported call hierarchy call
Cédric Barreteau
2021-05-19
*
Synchronous formatting methods notify the user on timeout and interrupted
Karim Abou Zeid
2021-05-02
*
Support multiple range formatting clients
Karim Abou Zeid
2021-05-02
*
Add formatting_seq_sync, change formatting and formatting_sync
Karim Abou Zeid
2021-05-01
*
[LSP] Add in more docs for highlight groups with document_highlight() (#13614)
Chris Kipp
2021-02-24
*
doc: Add missing parameter end_pos for range_formatting (#13481)
Olivier Roques
2020-12-09
*
feat: Allow incremental sync & lsp flags (#13371)
TJ DeVries
2020-12-08
*
LSP: Feature/add workspace folders (#12638)
Michael Lingelbach
2020-11-25
*
lsp: vim.lsp.diagnostic (#12655)
TJ DeVries
2020-11-12
*
lsp: fix formatting_sync with multiple clients (#13233)
francisco souza
2020-11-07
*
lsp: Add vim.lsp.buf.range_code_action() (#12962)
notomo
2020-09-24
*
lsp: fix lsp.buf.formatting_sync() null response (#12752)
beardedsakimonkey
2020-09-12
*
Add docs for most vim.lsp methods
Patrice Peterson
2020-08-23
*
doc: Add documentation for some `vim.lsp.buf` functions (#12552)
cbarrete
2020-07-19
*
lsp: Add support for call hierarchies (#12556)
cbarrete
2020-07-18
*
doc: fix scripts and regenerate (#12506)
TJ DeVries
2020-07-02
*
LSP: Set current name as default rename text (#12553)
cbarrete
2020-06-27
*
lsp: Add sync variant of LSP formatting
David Lukes
2020-06-22
*
LSP: Add textDocument/codeAction support (#11607)
Jesse
2020-05-16
*
lsp: add workspace/symbol (#12224)
Christian Clason
2020-05-02
*
LSP: remove obsolete "peek definition" code #12178
Thore Weilbier
2020-04-25
*
lsp: add bufnr to callback function arguments
Hirokazu Hata
2020-02-28
*
add support to show diagnostics count in statusline (#11641)
Alvaro Muñoz
2020-02-26
*
LSP: implement documentHighlight (#11638)
Alvaro Muñoz
2020-02-26
*
LSP: Refine formatting tabSize #11834
Jesse-Bakker
2020-02-10
*
LSP: Move default buf callbacks to vim.lsp.callbacks (#11452)
Ashkan Kiani
2019-11-26
*
Add support for textDocument/references.
Ashkan Kiani
2019-11-24
*
UI tweaks.
Ashkan Kiani
2019-11-23
[next]