Compare commits
1 commit
3229597138
...
fe00695bde
Author | SHA1 | Date | |
---|---|---|---|
fe00695bde |
1 changed files with 2 additions and 3 deletions
|
@ -2,11 +2,10 @@
|
||||||
lib,
|
lib,
|
||||||
pkgs,
|
pkgs,
|
||||||
config,
|
config,
|
||||||
|
helpers,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
helpers = if lib.hasAttrByPath [ "lib" "nixvim" ] config then config.lib.nixvim else lib.nixvim;
|
|
||||||
|
|
||||||
inherit (helpers) enableExceptInTests;
|
inherit (helpers) enableExceptInTests;
|
||||||
inherit (lib.trivial) const;
|
inherit (lib.trivial) const;
|
||||||
cfg = config.jhome.nvim;
|
cfg = config.jhome.nvim;
|
||||||
|
@ -139,7 +138,7 @@ in
|
||||||
{
|
{
|
||||||
extraPackages = [ (pkgs.python3.withPackages (p: [ p.jupytext ])) ];
|
extraPackages = [ (pkgs.python3.withPackages (p: [ p.jupytext ])) ];
|
||||||
plugins = {
|
plugins = {
|
||||||
image.enable = lib.mkForce enableExceptInTests;
|
image.enable = enableExceptInTests;
|
||||||
jupytext = {
|
jupytext = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings.custom_language_formatting.python = {
|
settings.custom_language_formatting.python = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue