From 8c78104d7a3581bdba22f0114dad7d5c328692c4 Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Mon, 5 Jan 2026 19:25:29 +0100 Subject: [PATCH] feat: remove nvim-treesitter-context --- lua/plugins/nvim-treesitter-context.lua | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 lua/plugins/nvim-treesitter-context.lua diff --git a/lua/plugins/nvim-treesitter-context.lua b/lua/plugins/nvim-treesitter-context.lua deleted file mode 100644 index 4111ff5..0000000 --- a/lua/plugins/nvim-treesitter-context.lua +++ /dev/null @@ -1,10 +0,0 @@ ----@type LazyPluginSpec -return { - "nvim-treesitter/nvim-treesitter-context", - opts = { - mode = "topline", - max_lines = 3, - multiline_threshold = 1, - multiwindow = true, - }, -}