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): 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
|
/
*
fix(lsp): check if buffer was detached in on_init callback (#28914)
Ilia Choly
2024-05-23
*
refactor(lsp): use supports_method where applicable
Ilia Choly
2024-05-22
*
fix(lsp): semantic token functions allow "0" bufnr #28849
Riley Bruins
2024-05-21
*
fix(lsp): hide layout in codelenses in virtual text (#28794) (#28807)
Mango The Fourth
2024-05-21
*
feat: remove deprecated features
dundargoc
2024-05-16
*
docs: news
Justin M. Keyes
2024-05-15
*
docs: misc (#28609)
dundargoc
2024-05-15
*
fix(health): clients may not support watchfiles #28710
Maria José Solano
2024-05-14
*
feat(lsp): update LSP protocol 3.18 typings to date (#28730)
Jongwook Choi
2024-05-14
*
refactor(lua): remove deprecated features #28725
Justin M. Keyes
2024-05-13
*
fix(lsp): disable didChangeWatchedFiles on Linux
Lewis Russell
2024-05-10
*
Merge #28637 more support for vim.lsp.ListOpts.loclist
Justin M. Keyes
2024-05-07
|
\
|
*
feat(lsp): support vim.lsp.ListOpts.loclist in location_handler()
tom-anders
2024-05-07
|
*
docs(lsp): document vim.lsp.ListOpts.loclist
tom-anders
2024-05-07
|
*
refactor(lsp): use vim.cmd instead of api.nvim_command
tom-anders
2024-05-07
|
*
docs(lsp): fix type annotations in response_to_list(...)
tom-anders
2024-05-07
|
*
refactor(lsp): move repeated table construction into a variable
tom-anders
2024-05-07
[next]