DEVELOPMENT ENVIRONMENT

~liljamo/nvim-flake

1b177c316610ade39506a8238ff42e407176ae1d — Jonni Liljamo 4 days ago 78c2418
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";
    }
  ];
}