-
When I edit my c-file with neovim, function parameters are shown next to the function call, but not with the vim.
I don't need this hint. How do I disable it ? |
Beta Was this translation helpful? Give feedback.
Answered by
xiyaowong
Aug 3, 2022
Replies: 1 comment 1 reply
-
If you are using |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
benzwt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you are using
coc-clangd,
try settingclangd.inlayHints.enable
tofalse