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