Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update configuration for nvim-cmp #324

Merged
merged 1 commit into from
Aug 19, 2024
Merged

Update configuration for nvim-cmp #324

merged 1 commit into from
Aug 19, 2024

Conversation

jdhao
Copy link
Owner

@jdhao jdhao commented Aug 19, 2024

  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 dont show suggestions longer than X letters? hrsh7th/nvim-cmp#609 and Fix the width of completion menu hrsh7th/nvim-cmp#980
  2. remove cmp-emoji as it is rarely used and interfere when I write Python
  3. lower the transparency for popup menu

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 hrsh7th/nvim-cmp#609 and
   hrsh7th/nvim-cmp#980
2. remove cmp-emoji as it is rarely used and interfere when I write
   Python
3. lower the transparency for popup menu
@jdhao jdhao merged commit a3c8b3d into main Aug 19, 2024
@jdhao jdhao deleted the feat-update-nvim-cmp-conf branch August 19, 2024 23:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant