feat: replace context.vim with nvim-treesitter-context plugin

This commit is contained in:
2025-04-09 03:47:49 +02:00
parent 08a8609339
commit c29d79d2d1
2 changed files with 7 additions and 16 deletions
+7
View File
@@ -0,0 +1,7 @@
---@type LazyPluginSpec
return {
"nvim-treesitter/nvim-treesitter-context",
opts = {
mode = 'topline',
},
}