Compare commits
1 commit
486ae7713e
...
c4e6beb50d
Author | SHA1 | Date | |
---|---|---|---|
c4e6beb50d |
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