tried new plugin - not useful for now
This commit is contained in:
parent
ab03325dcc
commit
aeab929ca4
9
init.lua
9
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',
|
||||
|
|
Loading…
Reference in New Issue