fix(complete): enable fuzzy
This commit is contained in:
@@ -31,6 +31,7 @@ vim.opt.completeopt = {
|
|||||||
"menuone",
|
"menuone",
|
||||||
"noinsert",
|
"noinsert",
|
||||||
"noselect",
|
"noselect",
|
||||||
|
"fuzzy",
|
||||||
}
|
}
|
||||||
vim.opt.complete = { "o" }
|
vim.opt.complete = { "o" }
|
||||||
-- set nowrap
|
-- set nowrap
|
||||||
|
|||||||
Reference in New Issue
Block a user