feat: remove nvim-treesitter-context

This commit is contained in:
2026-01-05 19:25:29 +01:00
parent 2fb4dcd01f
commit 8c78104d7a
-10
View File
@@ -1,10 +0,0 @@
---@type LazyPluginSpec
return {
"nvim-treesitter/nvim-treesitter-context",
opts = {
mode = "topline",
max_lines = 3,
multiline_threshold = 1,
multiwindow = true,
},
}