added plugins
This commit is contained in:
parent
5aeddfdd5d
commit
42a8b0ff06
19 changed files with 322 additions and 74 deletions
7
lua/custom/plugins/treesitter-context.lua
Normal file
7
lua/custom/plugins/treesitter-context.lua
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
return {
|
||||
'nvim-treesitter/nvim-treesitter-context',
|
||||
-- event = 'VimEnter',
|
||||
enabled = true,
|
||||
opts = { mode = 'cursor', max_lines = 3 },
|
||||
config = function() end,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue