mirror of
https://github.com/neovim/neovim.git
synced 2025-11-16 15:21:20 +00:00
Problem: Some items of completion results include function signatures that can cause the pum to be very long when a function has many params, because pum scales with the longest word/abbr. Solution: add custom covert function that can customise abbr to remove params.