mirror of
https://github.com/NvChad/NvChad.git
synced 2024-11-04 12:00:29 +00:00
set completeopt for compe
This commit is contained in:
parent
59359943eb
commit
c80d79a7cc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user