Added Codeium nvim extension

This commit is contained in:
edwark43 2023-11-30 14:41:19 -05:00
parent a4f2b79d8d
commit cc1281c4fb

View File

@ -44,9 +44,11 @@ local ensure_packer = function()
-- Colorizer -- Colorizer
use("norcalli/nvim-colorizer.lua") use("norcalli/nvim-colorizer.lua")
-- Codeium
use("Exafunction/codeium.vim")
if packer_bootstrap then if packer_bootstrap then
require("packer").sync() require("packer").sync()
end end
end) end)