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): 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
*
docs: small fixes (#27364)
dundargoc
2024-03-12
*
docs: support inline markdown
Lewis Russell
2024-03-09
*
feat!: remove deprecated functions
dundargoc
2024-03-09
*
feat(lua): deprecate vim.tbl_add_reverse_lookup
Maria José Solano
2024-03-07
*
docs(lsp): nits and typos in client.lua
Maria José Solano
2024-03-06
*
refactor(types): more fixes (2)
Lewis Russell
2024-03-06
*
fix(lsp): actually send diagnostic-tags back to the server
Lewis Russell
2024-03-06
*
docs(lua): improvements for LSP and Diagnostic
Lewis Russell
2024-03-05
*
fix(lsp): directly rename the existing buffers when renaming (#27690)
Jaehwang Jung
2024-03-02
*
fix(lsp): defer writing error msgs (#27688)
Jaehwang Jung
2024-03-02
*
Merge pull request #27347 from lewis6991/fswatch
Lewis Russell
2024-03-01
|
\
|
*
feat(lsp): add fswatch watchfunc backend
Lewis Russell
2024-03-01
|
*
fix(lsp): cancel watchers when closing a client
Lewis Russell
2024-03-01
|
*
refactor(watch): general tidy up
Lewis Russell
2024-03-01
*
|
docs: improve/add documentation of Lua types
Lewis Russell
2024-03-01
|
/
*
fix(lsp): rename undofile when renaming (#27684)
Jaehwang Jung
2024-03-01
*
fix(lsp): use plain loop for non-list-like table of protocol values
Christian Clason
2024-02-29
*
fix(lsp): handle reverse lookup in capabilities
Maria José Solano
2024-02-28
*
refactor(lsp): remove outdated comment
Maria José Solano
2024-02-28
[next]