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
*
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
|
*
refactor(lsp): use vim.is_callable()
tom-anders
2024-05-07
|
*
refactor(lsp): s/options/opts for parameters in vim.lsp.buf
tom-anders
2024-05-07
*
|
fix(lsp): rename LspProgress data.result => data.params #28632
Jongwook Choi
2024-05-07
|
/
*
fix(lsp): enable() does not activate inlay hints on open buffers #28629
Yi Ming
2024-05-07
*
fix(lsp): replace bug-prone ternary operation #28627
Yi Ming
2024-05-03
*
fix(vim.ui)!: change open() to return `result|nil, errmsg|nil` #28612
Justin M. Keyes
2024-05-03
*
Merge #28101 nvim__redraw
Justin M. Keyes
2024-05-02
|
\
|
*
feat(api): add nvim__redraw for more granular redrawing
Luuk van Baal
2024-05-02
*
|
feat(lsp): inlay_hint.is_enabled({filter}) #28523
Yi Ming
2024-05-02
|
/
*
feat(lsp): vim.lsp.inlay_hint.enable(nil) applies to all buffers #28543
Yi Ming
2024-05-02
*
fix(lsp): add "silent" option to vim.lsp.start (#28478)
Gregory Anders
2024-04-26
*
refactor(lsp): rename foos_by_bar to bar_foos #28505
Yi Ming
2024-04-26
*
fix(lsp): buffer messages until connected to server (#28507)
Mathias Fußenegger
2024-04-26
*
fix(vim.ui)!: change open() to return pcall-like values #28502
Justin M. Keyes
2024-04-25
*
refactor(lsp): merge subtypes and supertypes into typehierarchy (#28467)
Mathias Fußenegger
2024-04-23
*
fix(lsp): avoid assertion when `client_hints` do not exist (#28461)
Yi Ming
2024-04-22
*
refactor(lua): deprecate tbl_flatten
Justin M. Keyes
2024-04-22
*
refactor(lua): rename tbl_islist => islist
Justin M. Keyes
2024-04-21
*
feat(lsp): add vim.lsp.buf.subtypes(), vim.lsp.buf.supertypes() (#28388)
Yinzuo Jiang
2024-04-20
*
fix(lsp): correct deprecation message #28403
Maria José Solano
2024-04-18
*
feat(lua): enable(enable:boolean, filter:table) #28374
Justin M. Keyes
2024-04-18
*
refactor(lsp): merge rpc.domain_socket_connect into rpc.connect (#28398)
Mathias Fußenegger
2024-04-18
*
fix(vim.ui): open() may wait indefinitely #28325
Justin M. Keyes
2024-04-15
*
fix(lsp): prevent code-lens refresh from becoming a permanent no-op (#28228)
Yi Ming
2024-04-10
*
fix(lsp): empty commands should not be considered executable (#28216)
Yi Ming
2024-04-10
*
feat(lsp): set workDoneToken in initialize request (#28182)
Mathias Fußenegger
2024-04-05
*
refactor(lsp): move workspace folder logic into the client
Lewis Russell
2024-04-02
*
fix(lsp): abort callHierarchy on no result (#28102)
Marcin Szamotulski
2024-03-31
*
refactor(lsp): simplify client tracking
Lewis Russell
2024-03-25
*
fix(test): typing
Lewis Russell
2024-03-25
*
Revert "refactor(lsp): simplify client tracking"
Lewis Russell
2024-03-25
*
refactor(lsp): simplify client tracking
Lewis Russell
2024-03-25
*
fix(lsp): handle stale bufnr on LspRequest autocmd trigger (#27981)
Jaehwang Jung
2024-03-22
*
fix(lsp): create codelens request parameters for each buffer (#27699)
Takuya Tokuda
2024-03-17
[next]