mirror of
https://github.com/neovim/neovim.git
synced 2026-02-24 03:11:04 +10:00
Problem: No way to customize completion order across multiple servers. Solution: Add `cmp` function to `vim.lsp.completion.enable()` options for custom sorting logic.