From 63d5dfbccf51026b7052f8dc61c3604a2ed3d39a Mon Sep 17 00:00:00 2001 From: Jonni Liljamo Date: Thu, 31 Jul 2025 10:06:26 +0300 Subject: [PATCH] feat(treesitter-context): remove --- config/plugins/treesitter.nix | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/config/plugins/treesitter.nix b/config/plugins/treesitter.nix index 79c9948..69072cc 100644 --- a/config/plugins/treesitter.nix +++ b/config/plugins/treesitter.nix @@ -3,14 +3,4 @@ enable = true; settings.highlight.enable = true; }; - - plugins.treesitter-context.enable = true; - - keymaps = [ - { - action = "TSContext toggle"; - key = "tc"; - options.desc = "toggle context"; - } - ]; } -- 2.44.1