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
*
feat(fs.lua): add vim.fs.rm()
Lewis Russell
2024-09-22
*
docs(lsp): hover window controls #30347
Tristan Knight
2024-09-19
*
fix(lsp): handle nil bytes in strings
Mathias Fussenegger
2024-09-13
*
fix(lsp): handle empty call hierarchy items #30349
James Trew
2024-09-13
*
fix(lsp): check buffer is loaded and valid #30330
glepnir
2024-09-11
*
fix(lsp): handle encoding bounds in str_utfindex_enc
tris203
2024-09-10
*
fix(lsp): handle out-of-bounds character positions #30288
Tristan Knight
2024-09-08
*
fix(lsp): handle locations exceeding line length #30253
Tristan Knight
2024-09-05
*
feat(lsp): support hostname in rpc.connect #30238
Tristan Knight
2024-09-03
*
docs: vim.lsp.rpc.connect() TCP requires IP address #30219
Tristan Knight
2024-09-01
*
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): export diagnostic conversion functions (#30064)
Maria José Solano
2024-08-27
*
fix(lsp): return call hierarchy item, not the index (#30145)
Maria José Solano
2024-08-26
*
fix(lsp): log when receiving markup messages (#30065)
Maria José Solano
2024-08-26
*
fix(lsp): fix isIncomplete condition in completion trigger (#30130)
Mathias Fußenegger
2024-08-26
*
feat(lsp): completion opts support custom item conversion (#30060)
glepnir
2024-08-22
*
fix(lsp): suppress completion request if completion is active (#30028)
glepnir
2024-08-22
*
docs(lsp): annotate with `vim.lsp.protocol.Methods` enum #29521
Ricardo Casía
2024-08-20
*
test(lsp): refactor and tidy
Lewis Russell
2024-08-11
*
fix(lsp): avoid reusing diagnostics from different servers in actions (#30002)
Grzegorz Rozdzialik
2024-08-07
*
fix(lsp): redundant spaces in lsp log (#29970)
Jaehwang Jung
2024-08-03
*
feat(lsp): announce codeLens resolveSupport (#29956)
Mathias Fußenegger
2024-08-03
*
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): revert text edit application order change (#29877)
Mathias Fußenegger
2024-07-27
*
fix(lsp): inlay hints are rendered in the correct order (#29707)
Amit Singh
2024-07-17
*
fix(lsp): don't show codelens for buffers that don't support it (#29690)
Riley Bruins
2024-07-16
*
feat(lsp): drop fswatch, use inotifywait (#29374)
Andreas Schneider
2024-07-06
*
fix(lsp): fallback to `label` for completion items if all others are missing ...
Sebastian Lyng Johansen
2024-07-02
*
refactor: use `vim._with` where possible
dundargoc
2024-06-28
*
fix(lsp): pre-filter matches on label if filterText is missing (#29491)
Mathias Fußenegger
2024-06-27
*
feat(lsp): vim.lsp.buf.format() supports textDocument/rangesFormatting #27323
Tom Praschan
2024-06-24
*
docs: misc (#29229)
dundargoc
2024-06-15
*
fix(lsp): tune completion word extraction for decorated labels (#29331)
Mathias Fußenegger
2024-06-14
*
refactor(lsp): use metatable for buf_versions (#29304)
Ilia Choly
2024-06-14
*
fix(lsp): check for nil response from server (#29196)
Tama McGlinn
2024-06-14
*
refactor(lua): improve type annotations
Lewis Russell
2024-06-11
*
feat(lsp): include end_col, end_lnum in vim.lsp.buf.locations_to_items #29164
Tom Praschan
2024-06-09
*
fix(lsp): fix reverse sorting of same position text edits (#29212)
Al Colmenar
2024-06-07
*
fix(lsp): revert buf_versions deprecation/replacement (#29217)
Mathias Fußenegger
2024-06-07
*
fix(lsp): remove superfluous on_detach callback from semantic tokens module (...
jdrouhard
2024-06-04
*
fix(lsp): account for changedtick version gap on modified reset (#29170)
Mathias Fußenegger
2024-06-04
*
refactor(lua): use tuple syntax everywhere #29111
Ilia Choly
2024-06-04
*
fix(lsp): use client.id instead of pairs index (#29143)
ippachi
2024-06-03
*
fix(lsp): trim trailing whitespace from completion words (#29122)
Mathias Fußenegger
2024-06-02
*
perf(lsp): avoid repeated table lookup in completion.enable
Mathias Fussenegger
2024-06-01
*
refactor(lsp): share completion request logic between omnifunc & trigger
Mathias Fussenegger
2024-06-01
*
perf(lsp): don't copy completion items in filter pass
Mathias Fussenegger
2024-06-01
[next]