PR comments

This commit is contained in:
Andreas Gerlach 2023-10-07 20:54:26 +02:00
parent 40c433dbf5
commit 1e3f50cd9e
No known key found for this signature in database
GPG key ID: 4DE630969786BD19

View file

@ -13,10 +13,6 @@ return {
dependencies = { dependencies = {
{ {
"Exafunction/codeium.nvim", "Exafunction/codeium.nvim",
opts = {},
config = function(_, opts)
require("codeium").setup(opts)
end,
}, },
}, },
---@param opts cmp.ConfigSchema ---@param opts cmp.ConfigSchema