mirror of
https://github.com/Baipyrus/nvim-config.git
synced 2024-11-14 21:13:49 +00:00
remove rarely used AI plugin
This commit is contained in:
parent
9a4a5f31ae
commit
e95ecf56e6
@ -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', '<leader>cc', ':execute codeium#Chat()<Enter>', { desc = '[C]odeium [C]hat' })
|
||||
end,
|
||||
}
|
Loading…
Reference in New Issue
Block a user