huge reordering of config
add codeium plugin change keymaps for completion picker to up/down/tab remove comments compact config
This commit is contained in:
parent
86fb9d5828
commit
0cf6219bdf
13 changed files with 116 additions and 150 deletions
17
lua/plugins/codeium.lua
Normal file
17
lua/plugins/codeium.lua
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
--
|
||||
-- Codeium
|
||||
-- https://github.com/Exafunction/codeium.nvim
|
||||
--
|
||||
|
||||
return {
|
||||
|
||||
'Exafunction/codeium.nvim',
|
||||
dependencies = {
|
||||
'nvim-lua/plenary.nvim',
|
||||
'hrsh7th/nvim-cmp',
|
||||
},
|
||||
event = 'BufEnter',
|
||||
config = function()
|
||||
require('codeium').setup {}
|
||||
end,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue