mirror of
https://github.com/Baipyrus/nvim-config.git
synced 2024-12-26 05:11:45 +00:00
install codeium, a free github copilot alternative
This commit is contained in:
parent
6ebdcfe7ef
commit
584f9a50b6
10
lua/custom/plugins/codeium.lua
Normal file
10
lua/custom/plugins/codeium.lua
Normal file
@ -0,0 +1,10 @@
|
||||
-- Set keymap to open chat in browser
|
||||
vim.keymap.set('n', '<leader>cc', ':execute codeium#Chat()<Enter>', { desc = '[C]odeium [C]hat' })
|
||||
|
||||
return {
|
||||
-- Free Github Copilot alternative
|
||||
{
|
||||
'Exafunction/codeium.vim',
|
||||
event = 'BufEnter',
|
||||
},
|
||||
}
|
Loading…
Reference in New Issue
Block a user