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
Commit message (
Expand
)
Author
Age
*
fix(vim.lsp.inlay_hint): requesting inlay_hints even when disabled #32999
Bartłomiej Maryńczak
2025-03-30
*
Merge pull request #32871 from ofseed/test-lsp
Lewis Russell
2025-03-17
|
\
|
*
test(lsp): add a test for refreshing hints after being requested
Yi Ming
2025-03-17
|
*
test(lsp): add a test for resetting the active request after receiving error
Yi Ming
2025-03-17
*
|
refactor(lsp)!: rename lsp.completion.trigger() to get() (#32911)
Mathias Fußenegger
2025-03-16
*
|
docs: misc
dundargoc
2025-03-15
|
/
*
feat(snippet): set snippet keymaps permanent instead of dynamic (#31887)
Mathias Fußenegger
2025-03-14
*
fix(lsp): improve LSP floating preview window cleanup #31353
glepnir
2025-03-11
*
feat(lsp): support completion context #32793
Maria José Solano
2025-03-10
*
test(lsp/utils): prevent CursorMoved closing float immediately (#32782)
zeertzjq
2025-03-08
*
fix(display): adjust winline info for concealed lines below last line (#32708)
luukvbaal
2025-03-04
*
fix(lsp): open_floating_preview() ignores max_height (#32716)
Robert Muir
2025-03-04
*
fix(marks): ineffective conceal_line callback optimization (#32662)
luukvbaal
2025-02-28
*
feat(lua): vim.text.indent()
Justin M. Keyes
2025-02-26
*
fix(move): wrong cursor row on concealed line (#32629)
luukvbaal
2025-02-25
*
fix(lsp): resize hover window for concealed lines
Luuk van Baal
2025-02-25
*
fix(lsp): unify get_completion_word for textEdits/insertText
Mathias Fussenegger
2025-02-22
*
feat(lsp): add support for completionItem.command resolving
Mathias Fussenegger
2025-02-14
*
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): don't use completion filterText if prefix is empty
Mathias Fussenegger
2025-01-19
*
fix(lsp): use filterText as word if textEdit/label doesn't match
Mathias Fussenegger
2025-01-17
*
fix(lsp): open_floating_preview() zindex relative to current window #31886
luukvbaal
2025-01-06
*
fix(lsp): reuse client if configs match and no root dir
Lewis Russell
2024-12-13
*
fix: remove vim.lsp._with_extend
Lewis Russell
2024-12-07
*
feat(lsp): deprecate vim.lsp.start_client #31341
Maria José Solano
2024-12-04
*
feat(lsp): support `textDocument/foldingRange` (#31311)
Yi Ming
2024-11-29
*
fix(lsp): retrigger diagnostics request on server cancellation (#31345)
Gregory Anders
2024-11-25
*
refactor(lsp): rename `offset_encoding` to `position_encoding` #31286
Yi Ming
2024-11-25
*
fix(lsp): delete bufvar inside WinClosed event
glepnir
2024-11-24
*
feat(lsp): deprecate non-method client functions
Lewis Russell
2024-11-20
*
fix(tests): needing two calls to setup a screen is cringe
bfredl
2024-11-14
*
fix(lsp): filter completion candidates based on completeopt (#30945)
Kristijan Husak
2024-11-13
*
feat(lsp)!: remove client-server handlers from vim.lsp.handlers
Lewis Russell
2024-11-01
*
refactor(lsp): drop str_byteindex/str_utfindex wrappers #30915
Tristan Knight
2024-10-26
*
fix(lsp): fix cursor position after snippet expansion (#30659)
Tomasz N
2024-10-10
*
vim-patch:9.1.0771: completion attribute hl_group is confusing
zeertzjq
2024-10-10
*
feat(lsp): improve LSP doc hover rendering #30695
Justin M. Keyes
2024-10-06
*
test: support upvalues in exec_lua
Lewis Russell
2024-09-21
*
feat(lsp): support hostname in rpc.connect #30238
Tristan Knight
2024-09-03
*
docs: misc #28970
Justin M. Keyes
2024-09-01
*
fix(lsp): when prefix is non word add all result into matches (#30044)
glepnir
2024-08-30
*
feat(lsp): completion opts support custom item conversion (#30060)
glepnir
2024-08-22
*
test(lsp): refactor and tidy
Lewis Russell
2024-08-11
*
refactor(lsp): add test case for default diagnostic severity
Mathias Fussenegger
2024-08-02
*
fix(lsp): don't send foreign diagnostics to servers in buf.code_action (#29501)
Mathias Fußenegger
2024-08-01
*
fix(lsp): prevent desync due to empty buffer (#29904)
Jaehwang Jung
2024-07-31
*
feat(lsp): lsp.completion support set deprecated (#29882)
glepnir
2024-07-31
*
fix(lsp): inlay hints are rendered in the correct order (#29707)
Amit Singh
2024-07-17
*
fix(lsp): fallback to `label` for completion items if all others are missing ...
Sebastian Lyng Johansen
2024-07-02
[next]