tried new plugin - not useful for now

This commit is contained in:
geremia 2023-11-23 11:48:36 +01:00
parent ab03325dcc
commit aeab929ca4
1 changed files with 9 additions and 0 deletions

View File

@ -192,6 +192,7 @@ require('lazy').setup({
}, },
--]] --]]
-- V3 -- V3
{ {
"lukas-reineke/indent-blankline.nvim", "lukas-reineke/indent-blankline.nvim",
main = "ibl", 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 -- Highlight, edit, and navigate code
'nvim-treesitter/nvim-treesitter', 'nvim-treesitter/nvim-treesitter',