format
This commit is contained in:
@@ -163,7 +163,7 @@ menu.show = function(self)
|
|||||||
|
|
||||||
local completeopt = vim.o.completeopt
|
local completeopt = vim.o.completeopt
|
||||||
if self.preselect == 1 then
|
if self.preselect == 1 then
|
||||||
vim.opt.completeopt = {'menuone', 'noinsert'}
|
vim.opt.completeopt = { 'menuone', 'noinsert' }
|
||||||
else
|
else
|
||||||
vim.opt.completeopt = config.get().completion.completeopt
|
vim.opt.completeopt = config.get().completion.completeopt
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user