diff --git a/init.lua b/init.lua index 37790791..3a9c8340 100644 --- a/init.lua +++ b/init.lua @@ -192,6 +192,7 @@ require('lazy').setup({ }, --]] -- V3 + { "lukas-reineke/indent-blankline.nvim", main = "ibl", @@ -222,6 +223,14 @@ require('lazy').setup({ }, }, + --[[ + -- Github copilot with down sindrome, but free + { + 'Exafunction/codeium.vim', + event = 'BufEnter' + }, + --]] + { -- Highlight, edit, and navigate code 'nvim-treesitter/nvim-treesitter',