more lazy loading
This commit is contained in:
parent
5dd002497d
commit
389645576a
@ -26,4 +26,10 @@ return {
|
||||
-- },
|
||||
})
|
||||
end,
|
||||
cmd = {
|
||||
'CodeCompanion',
|
||||
'CodeCompanionChat',
|
||||
'CodeCompanionCmd',
|
||||
'CodeCompanionActions ',
|
||||
},
|
||||
}
|
||||
|
@ -1,8 +0,0 @@
|
||||
return {
|
||||
'Exafunction/codeium.nvim',
|
||||
requires = {
|
||||
'nvim-lua/plenary.nvim',
|
||||
},
|
||||
config = function() require('codeium').setup({}) end,
|
||||
enabled = vim.fn.hostname() == 'perryLinux64',
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user