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
/
inlay_hint.lua
Commit message (
Expand
)
Author
Age
*
refactor: use nvim.foo.bar format for autocommand groups
Maria José Solano
2025-01-14
*
refactor: use nvim.foo.bar format for namespaces
Maria José Solano
2025-01-14
*
refactor: add vim._resolve_bufnr
Lewis Russell
2024-12-07
*
feat(lsp): deprecate non-method client functions
Lewis Russell
2024-11-20
*
fix(api): only flush nvim__redraw when necessary #31250
luukvbaal
2024-11-18
*
feat(lsp)!: remove client-server handlers from vim.lsp.handlers
Lewis Russell
2024-11-01
*
refactor(lsp): drop str_byteindex/str_utfindex wrappers #30915
Tristan Knight
2024-10-26
*
perf(validate): use lighter version
Lewis Russell
2024-10-17
*
fix(lsp): check buffer is loaded and valid #30330
glepnir
2024-09-11
*
fix(lsp): handle out-of-bounds character positions #30288
Tristan Knight
2024-09-08
*
fix(lsp): inlay hints are rendered in the correct order (#29707)
Amit Singh
2024-07-17
*
docs: misc (#29229)
dundargoc
2024-06-15
*
fix(lsp): revert buf_versions deprecation/replacement (#29217)
Mathias Fußenegger
2024-06-07
*
refactor(lua): use tuple syntax everywhere #29111
Ilia Choly
2024-06-04
*
refactor(lsp): replace util.buf_versions with changedtick (#28943)
Mathias Fußenegger
2024-05-30
*
docs: news
Justin M. Keyes
2024-05-15
*
docs: misc (#28609)
dundargoc
2024-05-15
*
refactor(lua): remove deprecated features #28725
Justin M. Keyes
2024-05-13
*
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
*
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
*
refactor(lsp): rename foos_by_bar to bar_foos #28505
Yi Ming
2024-04-26
*
fix(lsp): avoid assertion when `client_hints` do not exist (#28461)
Yi Ming
2024-04-22
*
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
*
docs: improve/add documentation of Lua types
Lewis Russell
2024-03-01
*
refactor(lsp): tidy up logging
Lewis Russell
2024-02-08
*
refactor(lsp): client_hints typo #27250
Maria José Solano
2024-01-28
*
docs: various #25289
Justin M. Keyes
2024-01-18
*
feat(lsp): more annotations
Lewis Russell
2023-12-14
*
docs: support @since for api level #25574
LW
2023-11-27
*
feat(lsp)!: vim.lsp.inlay_hint.get(), enable(), is_enabled() #25512
LW
2023-11-12
*
fix(lsp): only disable inlay hints / diagnostics if no other clients are conn...
Chris AtLee
2023-08-31
*
fix(lua): improve annotations for stricter luals diagnostics (#24609)
Christian Clason
2023-08-09
*
refactor(lsp): use protocol.Methods instead of strings #24537
Raphael
2023-08-03
*
fix(lsp): inlay hints: "Failed to delete autocmd" when closing buffer #24469
Chris AtLee
2023-08-01
*
refactor(lsp): use LspNotify for inlay_hint (#24411)
Chris AtLee
2023-07-22
*
feat(lsp): implement textDocument/diagnostic (#24128)
Chris AtLee
2023-07-20
*
docs(lua): more improvements (#24387)
Lewis Russell
2023-07-18
*
fix(lsp): don't use hl_mode = combine for inlay hints #24276
Chinmay Dalal
2023-07-08
*
fix(lsp): fix attempt to call non existent function (#24212)
Sanchayan Maity
2023-06-30
*
feat(lsp): move inlay_hint() to vim.lsp (#24130)
Mathias Fußenegger
2023-06-30