hrsh7th / nvim-cmp

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

ghost text: show redundant and unimportant information (lsp parameter number) #1758

Open OliverChao opened 7 months ago

OliverChao commented 7 months ago

FAQ

Announcement

Minimal reproducible full config

experimental = { ghost_text = true, -- native_menu = false, },

Description

I don't know if it is correct and I have no idea how to disable it . I think these parameter numbers are redundant.

Screenshot 2023-11-18 at 18 07 58

Steps to reproduce

I checked gopls and rust-analyzer, and both has the same question. I don't know how to correct it.

Expected behavior

Without parameter numbers.

Actual behavior

Including parameter numbers.

Additional context

No response