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): 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
*
refactor(lsp): use tuple syntax in generated protocol types (#29110)
Ilia Choly
2024-05-31
*
refactor(lsp): use predefined types in util function signatures (#29095)
Ilia Choly
2024-05-31
*
refactor(lsp): replace util.buf_versions with changedtick (#28943)
Mathias Fußenegger
2024-05-30
*
feat(lsp): support postfix snippets in completion
Mathias Fussenegger
2024-05-30
*
feat(lsp): use fuzzy match on filterText instead of prefix match
Mathias Fussenegger
2024-05-30
*
Merge pull request #27339 from MariaSolOs/completion
Gregory Anders
2024-05-28
|
\
|
*
feat(lsp): completion side effects
Maria José Solano
2024-05-27
*
|
refactor: deprecate vim.region() #28416
Justin M. Keyes
2024-05-28
*
|
refactor: fix luals type warnings
dundargoc
2024-05-27
*
|
fix(lsp): handle nil root_dir in health check (#29007)
Mathias Fußenegger
2024-05-25
*
|
feat(lsp): update LSP healthcheck format (#28980)
Gregory Anders
2024-05-24
|
/
[next]