ecosse3 / nvim

A non-minimal Neovim config built to work most efficiently with Frontend Development
GNU General Public License v3.0
1.22k stars 107 forks source link

error on autocompletion because of cmp documentation deprecation #39

Closed XenoWad01 closed 2 years ago

XenoWad01 commented 2 years ago

documentation = {...} was deprecated in favour of window = { documentation = ...}. Also I don think you need to state the window borders anymore in an object you can just do window = { documentation = cmp.config.window.bordered() } inside the cmp.lua config file. Sorry if I explained it badly.

ecosse3 commented 2 years ago

Thanks. Fixed in Ecovim Release v1.4.0 with additional UI enhancements. https://github.com/ecosse3/nvim/releases/tag/v1.4.0