chore: create a treesitter directory and move relevant specs

This commit is contained in:
2024-12-10 09:22:04 -05:00
parent 5e9e2b2280
commit 108f3f95c0
6 changed files with 2 additions and 1 deletions
@@ -0,0 +1,15 @@
return {
'nvim-treesitter/nvim-treesitter-context',
enabled = false,
dependencies = {
'nvim-treesitter/nvim-treesitter',
},
event = { 'BufReadPost', 'BufNewFile' },
config = true,
opts = {
enable = true,
mode = 'cursor',
max_lines = 3,
-- separator = '',
},
}