mirror of
https://github.com/neovim/neovim.git
synced 2026-01-06 03:17:23 +10:00
Problem: vim.lsp.completion with "autotrigger" enabled, does not send completion context, even though it has all the necessary info. Solution: Include the context for "autotrigger". trigger() also optionally accepts context when manually invoked.