nvim-lua / completion-nvim

A async completion framework aims to provide completion to neovim's built in LSP written in Lua
Apache License 2.0
973 stars 78 forks source link

Trim Whitespace From Completion Words and Abbrvs #327

Closed saadparwaiz1 closed 3 years ago

saadparwaiz1 commented 3 years ago

A few language servers add extra whitespace at the start which messes up completion. This should fix the issue.

haorenW1025 commented 3 years ago

LGTM! Thanks for the fix:)