mirror of
https://github.com/neovim/neovim.git
synced 2026-03-29 11:52:04 +00:00
Problem: No completionItem/resolve handler. Solution: If completeopt=popup is set, invoke completionItem/resolve when a completion item is selected. Show resolved documentation in popup next to the completion menu.