update nvim plugin configs

This commit is contained in:
2025-08-29 21:12:30 -04:00
parent d4bc931c8b
commit 3648c8707e
13 changed files with 166 additions and 126 deletions
@@ -1,6 +1,5 @@
return {
'nvim-treesitter/nvim-treesitter-context',
enabled = false,
dependencies = {
'nvim-treesitter/nvim-treesitter',
},
@@ -8,8 +7,9 @@ return {
config = true,
opts = {
enable = true,
mode = 'cursor',
line_numbers = true,
mode = 'topline',
max_lines = 3,
-- separator = '',
separator = '',
},
}
}