From 72154419ebbb5ef357998742e2f3da8c155099be Mon Sep 17 00:00:00 2001 From: Oliver Hartmann Date: Sat, 21 Dec 2024 00:55:44 +0100 Subject: [PATCH] format blink file --- lua/plugins/blink.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/blink.lua b/lua/plugins/blink.lua index 7061fc4..528283c 100644 --- a/lua/plugins/blink.lua +++ b/lua/plugins/blink.lua @@ -54,7 +54,7 @@ return { score_offset = 100, async = true, }, - codeium = { -- TODO: Replace with https://github.com/Exafunction/codeium.nvim/pull/264 + codeium = { -- TODO: Replace with https://github.com/Exafunction/codeium.nvim/pull/264 name = 'codeium', -- IMPORTANT: use the same name as you would for nvim-cmp module = 'blink.compat.source', },