From 1d47681302620e18335c3711f54bfca1c70fea93 Mon Sep 17 00:00:00 2001 From: Harivansh Rathi Date: Thu, 9 Apr 2026 16:44:31 +0000 Subject: [PATCH] fix: fix --- config/nvim/lua/plugins/cmp.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/config/nvim/lua/plugins/cmp.lua b/config/nvim/lua/plugins/cmp.lua index d591a91..6b973d7 100644 --- a/config/nvim/lua/plugins/cmp.lua +++ b/config/nvim/lua/plugins/cmp.lua @@ -46,6 +46,7 @@ return { }, ghost_text = { enabled = true }, }, + fuzzy = { implementation = "lua" }, sources = { default = { "lsp", "path", "buffer", "snippets" }, },