From 64b018085a7b07e8d15ac7a163fc086e5ac5e403 Mon Sep 17 00:00:00 2001 From: Silas Schöffel Date: Mon, 26 Jan 2026 18:33:14 +0100 Subject: nixvim: disable legacy treesitter plugins --- hm/nixvim/config.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'hm/nixvim') diff --git a/hm/nixvim/config.nix b/hm/nixvim/config.nix index ad0faa6..666232b 100644 --- a/hm/nixvim/config.nix +++ b/hm/nixvim/config.nix @@ -186,12 +186,12 @@ pkgs: { indent.enable = true; }; }; - treesitter-context = { - enable = true; - }; - treesitter-refactor = { - enable = true; - }; + #treesitter-context = { + # enable = true; + #}; + #treesitter-refactor = { + # enable = true; + #}; mini = { enable = true; }; -- cgit 1.4.1