index
:
neovim
dependabot/github_actions/github-actions-c6747d2992
marvim/ci-version-update
master
release-0.10
release-0.11
release-0.12
release-0.4
release-0.5
release-0.6
release-0.7
release-0.8
release-0.9
Vim-fork focused on extensibility and usability
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
runtime
/
lua
/
vim
/
lsp
/
inline_completion.lua
Age
Commit message (
Expand
)
Author
Files
2026-04-15
backport: refactor: update usages of deprecated "buffer" param #39090
Justin M. Keyes
1
2026-04-06
feat(vim.pos)!: require `buf` param on vim.pos, vim.range #38665
Luis Calle
1
2026-03-29
feat: extend vim.Pos, vim.Range #36397
Luis Calle
1
2026-03-27
docs(lsp): add `init_options` to Copilot example #38502
Maria Solano
1
2026-03-20
fix(lsp): unify LSP error logging prefixes #38354
Yi Ming
1
2026-03-09
fix(lsp): stop and close timer when `Capability` is destroyed
Yi Ming
1
2025-12-26
feat(lsp): on_accept can return item to customize behavior #37092
Yi Ming
1
2025-11-09
fix(lsp): don't overlay insertion-style inline completions (#36477)
Riley Bruins
1
2025-11-09
fix(lsp): ignore inline completions after leaving insert mode (#36476)
Riley Bruins
1
2025-11-04
fix(lsp): fix window to set cursor for inline completion (#36444)
Folke Lemaitre
1
2025-10-25
fix(lsp): ensure bufnr is passed for buffer-local requests (#36325)
skewb1k
1
2025-10-04
fix(lsp): deprecate `vim.lsp.protocol.Methods` (#35998)
Maria Solano
1
2025-10-02
fix(lsp): inlineCompletion: ignore out-of-range items #35990
Yi Ming
1
2025-10-01
fix(lsp): scope inline_completion autocmds to buffer (#35965)
v1nh1shungry
1
2025-09-15
fix(lsp): avoid automatic request after leaving insert mode (#35767)
zeertzjq
1
2025-09-06
docs(lsp): tweak `inline_completion.get` code snippet #35657
Maria José Solano
1
2025-09-03
docs: lsp, misc
Justin M. Keyes
1
2025-09-01
feat(lsp): vim.lsp.inline_completion on_accept #35507
Yi Ming
1
2025-08-28
refactor(lua): consistent use of local aliases
Christian Clason
1
2025-08-27
fix(lsp): update completion items on `TextChangedP`
Yi Ming
1
2025-08-27
fix(lsp): update on `CursorHoldI` cause users unable to `select()`
Yi Ming
1
2025-08-27
fix(lsp): `opts.wrap` always `true`
Yi Ming
1
2025-08-25
feat(lsp): support `textDocument/inlineCompletion`
Yi Ming
1