1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-07-02 02:49:26 +00:00

[neovim] Add codeium plugin

This commit is contained in:
2023-04-22 16:13:28 +02:00
parent 2e6da3cddd
commit 2b1f625c70
4 changed files with 5 additions and 0 deletions

View File

@ -105,6 +105,7 @@ require("lazy").setup({
"hrsh7th/cmp-nvim-lsp",
},
},
{ "jcdickinson/codeium.nvim" },
-- Snippets
{ "L3MON4D3/LuaSnip", version = "v1.*" },