hrsh7th / nvim-cmp

A completion plugin for neovim coded in Lua.
MIT License
8.14k stars 405 forks source link

fix missing required fields in formatting config #2040

Open marcinmdev opened 2 months ago

marcinmdev commented 2 months ago

Similar to https://github.com/hrsh7th/nvim-cmp/pull/1723

2024-09-18_10-09-1726649085

Default values are set in https://github.com/hrsh7th/nvim-cmp/blob/ae644feb7b67bf1ce4260c231d1d4300b19c6f30/lua/cmp/config/default.lua#L48 so afaik no need to explicitly require them.