jdhao / nvim-config

A modern Neovim configuration with full battery for Python, Lua, C++, Markdown, LaTeX, and more...
MIT License
3.54k stars 525 forks source link

Update configuration for nvim-cmp #324

Closed jdhao closed 2 months ago

jdhao commented 2 months ago
  1. restrict max width of the completion menu. Here I am using lspkind.nvim to achieve this. There are other native ways to do this, see also https://github.com/hrsh7th/nvim-cmp/discussions/609 and https://github.com/hrsh7th/nvim-cmp/issues/980
  2. remove cmp-emoji as it is rarely used and interfere when I write Python
  3. lower the transparency for popup menu