What is native_menu and how can i disable / enable it ? #1071
Unanswered
RaphaelAsla
asked this question in
Q&A
Replies: 2 comments
|
It is the window appearance, by default, cmp using You can use cmp.setup({
-- ...
view = 'native' -- or 'custom' or 'wildmenu'
-- ...
}) |
0 replies
|
I think that it changed to: cmp.setup({
-- ...
view = {entries = {name = "native"}},
-- ...
}) |
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
what title says.
All reactions