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
c7573d910b
commit
c4e6beb50d
1 changed files with 2 additions and 1 deletions
|
@ -23,7 +23,8 @@
|
|||
inherit system;
|
||||
modules = [
|
||||
self.nixvimModules.standalone
|
||||
{ performance.combinePlugins.enable = true; }
|
||||
# FIXME: borked due to https://github.com/nix-community/nixvim/issues/3140
|
||||
# { performance.combinePlugins.enable = true; }
|
||||
extraConfig
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue