all repos

init.lua @ a8f90594ebfcda005c7fceaa84781893f155bcbc

my nvim config
1 files changed, 4 insertions(+), 1 deletions(-)
cmp disable native menu
Author: neoteny ss2316544@gmail.com
Committed at: 2022-01-09 22:22:50 +0200
Parent: 3c78630
M lua/plugin/cmp.lua

@@ -61,7 +61,10 @@ { name = "buffer", max_item_count = 5, keyword_length = 4 },

{ name = "luasnip", max_item_count = 4, keyword_length = 2 }, { name = "path", max_item_count = 2 }, }, - experimental = { ghost_text = true }, + experimental = { + native_menu = false, + ghost_text = true, + }, } end