feat(treesitter-context): init
1 files changed, 10 insertions(+), 0 deletions(-) M config/plugins/treesitter.nix
M config/plugins/treesitter.nix => config/plugins/treesitter.nix +10 -0
@@ 3,4 3,14 @@ enable = true; settings.highlight.enable = true; }; + + plugins.treesitter-context.enable = true; + + keymaps = [ + { + action = "<cmd>TSContext toggle<cr>"; + key = "<leader>tc"; + options.desc = "toggle context"; + } + ]; }