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