From 9baf31685b0d9d2b49901b47bd8627dee8ff4856 Mon Sep 17 00:00:00 2001 From: Baipyrus Date: Tue, 9 Apr 2024 20:03:28 +0200 Subject: [PATCH] removed excess brackets --- lua/custom/plugins/codeium.lua | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/lua/custom/plugins/codeium.lua b/lua/custom/plugins/codeium.lua index 260382a..2ffc237 100644 --- a/lua/custom/plugins/codeium.lua +++ b/lua/custom/plugins/codeium.lua @@ -3,8 +3,6 @@ vim.keymap.set('n', 'cc', ':execute codeium#Chat()', { desc = '[C return { -- Free Github Copilot alternative - { - 'Exafunction/codeium.vim', - event = 'BufEnter', - }, + 'Exafunction/codeium.vim', + event = 'BufEnter', }