mirror of
https://github.com/neovim/neovim.git
synced 2025-12-11 00:52:44 +00: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.