Replies: 1 comment 1 reply
|
Currently, you can't disable components per mode, but you can tweak the For instance, to "hide" the completion = {
menu = {
draw = {
components = {
kind = { text = function(ctx) return vim.api.nvim_get_mode().mode == 'c' and '' or ctx.kind end },
},
},
},
}, |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
Is it possible to disable

kindandsourcejust for command line when calling it with:Thanks
All reactions