refactor(completion): drive pum via vim.fn.complete() directly

This commit is contained in:
2026-04-18 04:33:57 +02:00
parent 405a176758
commit a4af5ce66f
3 changed files with 94 additions and 160 deletions
-1
View File
@@ -31,7 +31,6 @@ vim.opt.completeopt = {
"menuone",
"noinsert",
"noselect",
"fuzzy",
}
vim.opt.complete = { "o" }
-- set nowrap