Files
neovim/runtime/lua/vim/lsp
glepnir 55bdb077b7 fix(lsp): wrapped ctx in opts before passed to vim.lsp.completion.trigger #32837
Problem: ctx is passed directly to M.trigger. In fact, it is a field of opts.

Solution: wrapped in a table and passed to M.trigger.
2025-03-11 05:05:36 -07:00
..
2025-02-17 17:52:55 -08:00
2025-03-02 14:27:52 -08:00