set completeopt for compe

This commit is contained in:
siduck76 2021-08-14 18:12:28 +05:30
parent 59359943eb
commit c80d79a7cc

View File

@ -2,6 +2,7 @@ local options = require("chadrc").options
local opt = vim.opt
local g = vim.g
opt.completeopt = {"menuone", "noselect"}
opt.undofile = options.permanent_undo
opt.ruler = options.ruler
opt.hidden = options.hidden