fix: disable combinePlugins due to upstream issue
It is experimental (and thus expected to break). It was working fine but now I ran into https://github.com/nix-community/nixvim/issues/3140
This commit is contained in:
parent
7f4750c0fa
commit
486ae7713e
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue