Skip to content

Commit

Permalink
fix(cmp): remove deprecated native_menu option from setup
Browse files Browse the repository at this point in the history
  • Loading branch information
ecosse3 committed Apr 14, 2022
1 parent 8aed467 commit 962b9b4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lua/plugins/cmp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,8 @@ cmp.setup {
},

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

tabnine:setup({
Expand Down

0 comments on commit 962b9b4

Please sign in to comment.