diff --git a/lua/custom/plugins/codeium.lua b/lua/custom/plugins/codeium.lua deleted file mode 100644 index e8d1d58..0000000 --- a/lua/custom/plugins/codeium.lua +++ /dev/null @@ -1,9 +0,0 @@ -return { - -- Free Github Copilot alternative - 'Exafunction/codeium.vim', - event = 'BufEnter', - config = function() - -- Set keymap to open chat in browser - vim.keymap.set('n', 'cc', ':execute codeium#Chat()', { desc = '[C]odeium [C]hat' }) - end, -}