fix: disable combinePlugins due to upstream issue #404

Merged
jalil merged 1 commit from push-pypotzuyvxtm into main 2025-04-09 17:58:25 +02:00
Showing only changes of commit 486ae7713e - Show all commits

View file

@ -23,7 +23,8 @@
inherit system; inherit system;
modules = [ modules = [
self.nixvimModules.standalone self.nixvimModules.standalone
{ performance.combinePlugins.enable = true; } # FIXME: borked due to https://github.com/nix-community/nixvim/issues/3140
# { performance.combinePlugins.enable = true; }
extraConfig extraConfig
]; ];
}; };