added plugins

This commit is contained in:
Dynocoder 2024-06-06 22:22:10 -04:00
parent 5aeddfdd5d
commit 42a8b0ff06
19 changed files with 322 additions and 74 deletions

View file

@ -0,0 +1,7 @@
return {
'nvim-treesitter/nvim-treesitter-context',
-- event = 'VimEnter',
enabled = true,
opts = { mode = 'cursor', max_lines = 3 },
config = function() end,
}