From 2215dbfa350fad76765c348d4710aab05de719c2 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sun, 18 Jan 2026 18:50:19 +0100 Subject: modules/nvim: Update to the newest tree-sitter version This includes quite a big collection of breaking changes, and as I can't have the same plugin twice in the `buildEnv` scope, some plugins (e.g. neorg and femacro) needed to be deactivated. --- modules/by-name/nv/nvim/plgs/femaco/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/by-name/nv/nvim/plgs/femaco') diff --git a/modules/by-name/nv/nvim/plgs/femaco/default.nix b/modules/by-name/nv/nvim/plgs/femaco/default.nix index 0388844a..eac6b393 100644 --- a/modules/by-name/nv/nvim/plgs/femaco/default.nix +++ b/modules/by-name/nv/nvim/plgs/femaco/default.nix @@ -14,7 +14,8 @@ }: let cfg = config.soispha.programs.nvim; in { - home-manager.users.soispha.programs.nixvim = lib.mkIf cfg.enable { + # TODO: Re-active this plugin, when it does no longer depend on `treesitter-legacy` <2026-01-18> + home-manager.users.soispha.programs.nixvim = lib.mkIf false { plugins.femaco = { enable = true; }; -- cgit 1.4.1