From 12d86c748482e9c3f3b9ed0b2e8d500905f1d38f Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Sat, 18 Apr 2026 02:28:58 +0200 Subject: [PATCH] fix(complete): enable fuzzy --- lua/core/options.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/core/options.lua b/lua/core/options.lua index e4d7a6d..fda04ca 100644 --- a/lua/core/options.lua +++ b/lua/core/options.lua @@ -31,6 +31,7 @@ vim.opt.completeopt = { "menuone", "noinsert", "noselect", + "fuzzy", } vim.opt.complete = { "o" } -- set nowrap