style: use nvim-navic for breadcrumbs, disable treesitter-context

This commit is contained in:
2024-12-08 20:25:41 -05:00
parent 170a6840b5
commit 1ed617ae84
3 changed files with 67 additions and 8 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
return {
'nvim-treesitter/nvim-treesitter-context',
enabled = false,
dependencies = {
'nvim-treesitter/nvim-treesitter',
},
@@ -11,4 +12,4 @@ return {
max_lines = 3,
-- separator = '',
},
}
}