config(cmp):correcting completeopt setup

This commit is contained in:
krolyxon 2022-10-14 20:32:32 +05:30
parent 657de34dc0
commit dbe2445c34
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ end
require("colors").load_highlight "cmp"
vim.opt.completeopt = "menuone,noselect"
vim.o.completeopt = "menu,menuone,noselect"
local function border(hl_name)
return {