fix(complete): enable fuzzy

This commit is contained in:
2026-04-18 02:28:58 +02:00
parent 0fbb738e78
commit 12d86c7484
+1
View File
@@ -31,6 +31,7 @@ vim.opt.completeopt = {
"menuone",
"noinsert",
"noselect",
"fuzzy",
}
vim.opt.complete = { "o" }
-- set nowrap