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

[neovim] Update plugins

This commit is contained in:
2023-09-10 11:31:41 +02:00
parent f5ceda97c2
commit ebd669418d
2 changed files with 18 additions and 15 deletions

View File

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