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
Commit message (
Expand
)
Author
Age
*
fix(lsp): correctly check for "codeAction/resolve" support
Tobias Schmitz
2025-03-15
*
fix(lsp): autocmds to close lsp preview windows not cleared
bekaboo
2025-03-15
*
fix(lsp): handle non-existent configs in lsp.config/enable
Lewis Russell
2025-03-12
*
refactor(lsp): rename `on_publish_diagnostics` parameter #32776
Will Lillis
2025-03-11
*
fix(lsp): improve LSP floating preview window cleanup #31353
glepnir
2025-03-11
*
fix(lsp): wrapped ctx in opts before passed to vim.lsp.completion.trigger #32837
glepnir
2025-03-11
*
feat(lsp): support completion context #32793
Maria José Solano
2025-03-10
*
fix(lsp): use unresolved code action when `codeAction/resolve` fails
Maria José Solano
2025-03-07
*
feat(lsp): support for resolving code action command (#32704)
Maria José Solano
2025-03-06
*
fix(lsp): open_floating_preview() ignores max_height (#32716)
Robert Muir
2025-03-04
*
docs: misc #31996
Justin M. Keyes
2025-03-02
*
doc: clarify window-id, tab-id, nvim_set_current_x #32528
David Briscoe
2025-02-27
*
fix(lsp): resize hover window for concealed lines
Luuk van Baal
2025-02-25
*
fix(lsp): reset the applied hints on `refresh` request #32446
Yi Ming
2025-02-23
*
Merge #32503 feat(lsp): use the meta model to generate server capability map
Justin M. Keyes
2025-02-23
|
\
|
*
feat(lsp): use the meta model to generate server capability map
Maria José Solano
2025-02-21
|
*
feat(lsp): update LSP types
Maria José Solano
2025-02-17
*
|
fix(float): ensure floating window width can fit title
Maria José Solano
2025-02-23
*
|
fix(lsp): unify get_completion_word for textEdits/insertText
Mathias Fussenegger
2025-02-22
|
/
*
fix(docs): update context type in `vim.lsp.LocationOpts.OnList`
Maria José Solano
2025-02-16
*
feat(lsp): add support for completionItem.command resolving
Mathias Fussenegger
2025-02-14
*
feat(lsp): add select kind in showMessageRequest #32387
Maria José Solano
2025-02-13
*
Merge #32426 fix(lsp): reset active request when reporting an error
Justin M. Keyes
2025-02-13
|
\
|
*
refactor(lsp): handling errors and nil responses together
Yi Ming
2025-02-13
|
*
fix(lsp): reset active request when reporting an error
Yi Ming
2025-02-13
|
*
fix(lsp): missing method parameter when canceling requests
Yi Ming
2025-02-13
*
|
fix(lsp): clear word when expand multi-lines word (#32393)
glepnir
2025-02-13
*
|
fix(lsp): autotrigger should only trigger on client's triggerCharacters (#32266)
Robert Muir
2025-02-13
|
/
*
fix(lsp): on detach, cancel pending foldingRange requests #31509
Yi Ming
2025-02-12
*
feat(lsp)!: `symbol_to_item` requires `offset_encoding`
Yi Ming
2025-02-11
*
feat(lsp): include `end_col` and `end_lnum` in `vim.lsp.buf.symbols_to_items`
Yi Ming
2025-02-11
*
fix(lsp): signature_help highlights wrong parameter #32382
Shantanu Raj
2025-02-09
*
fix(lsp): check for valid buf before processing semantic tokens response
Evgeni Chasnovski
2025-02-07
*
docs: misc
dundargoc
2025-01-30
*
fix: resolve all remaining LuaLS diagnostics
Lewis Russell
2025-01-27
*
fix(lsp): prefer `on_list` over `loclist` in default handler
Evgeni Chasnovski
2025-01-23
*
fix: completion.enable(false,...) deletes invalid augroup #32121
Konrad Malik
2025-01-20
*
fix(lsp): set floating window filetype after setup #32112
Guilherme Soares
2025-01-20
*
fix(lsp): don't use completion filterText if prefix is empty
Mathias Fussenegger
2025-01-19
*
fix(lsp): document_symbol uses loclist by default #32070
Yochem van Rosmalen
2025-01-19
*
fix(lsp): use filterText as word if textEdit/label doesn't match
Mathias Fussenegger
2025-01-17
*
fix(messages): lsp window/showMessage is not an error
Luuk van Baal
2025-01-17
*
refactor: use nvim.foo.bar format for autocommand groups
Maria José Solano
2025-01-14
*
refactor: use nvim.foo.bar format for namespaces
Maria José Solano
2025-01-14
*
fix(lsp): minimum height for floating popup #31990
Xuyuan Pang
2025-01-13
*
docs: misc
dundargoc
2025-01-11
*
docs: misc #31867
Justin M. Keyes
2025-01-09
*
Merge #31900 from luukvbaal/nvim_echo
Justin M. Keyes
2025-01-09
|
\
|
*
feat(api): deprecate nvim_out/err_write(ln)
Luuk van Baal
2025-01-09
*
|
feat(health): show :checkhealth in floating window #31086
glepnir
2025-01-07
|
/
[next]