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