From 5ac5a0d9c42ca0f38556591915170579bb0c0d51 Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Mon, 26 May 2025 02:55:25 +0200 Subject: [PATCH] Remove treesitter context --- nvim/dot-config/nvim/lua/plugins/treesitter.lua | 8 -------- 1 file changed, 8 deletions(-) diff --git a/nvim/dot-config/nvim/lua/plugins/treesitter.lua b/nvim/dot-config/nvim/lua/plugins/treesitter.lua index dd68e1f..1210635 100644 --- a/nvim/dot-config/nvim/lua/plugins/treesitter.lua +++ b/nvim/dot-config/nvim/lua/plugins/treesitter.lua @@ -80,12 +80,4 @@ return { }, }, }, - { - "nvim-treesitter/nvim-treesitter-context", - opts = { - multiwindow = true, - mode = "topline", - separator = require("symbols.window").borderchars[3], - }, - }, }