feat: add context hints

This commit is contained in:
2024-12-01 07:16:35 -05:00
parent 4662b1db70
commit 326479cca5
+14
View File
@@ -0,0 +1,14 @@
return {
'nvim-treesitter/nvim-treesitter-context',
dependencies = {
'nvim-treesitter/nvim-treesitter',
},
event = { 'BufReadPost', 'BufNewFile' },
config = true,
opts = {
enable = true,
mode = 'cursor',
max_lines = 3,
-- separator = '',
},
}