master #1

Open
oli wants to merge 912 commits from master into lua
2 changed files with 6 additions and 8 deletions
Showing only changes of commit 389645576a - Show all commits

View File

@@ -26,4 +26,10 @@ return {
-- }, -- },
}) })
end, end,
cmd = {
'CodeCompanion',
'CodeCompanionChat',
'CodeCompanionCmd',
'CodeCompanionActions ',
},
} }

View File

@@ -1,8 +0,0 @@
return {
'Exafunction/codeium.nvim',
requires = {
'nvim-lua/plenary.nvim',
},
config = function() require('codeium').setup({}) end,
enabled = vim.fn.hostname() == 'perryLinux64',
}