mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-02-24 04:18:03 +00:00
theme/theme.nix: fix formatting
This commit is contained in:
parent
e80dedd098
commit
7ba06fd77c
1 changed files with 4 additions and 6 deletions
|
@ -47,12 +47,10 @@ in {
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
vim = {
|
vim = {
|
||||||
startPlugins = [cfg.name];
|
startPlugins = [cfg.name];
|
||||||
luaConfigRC = {
|
luaConfigRC.theme = entryBefore ["pluginConfigs"] ''
|
||||||
theme = entryBefore ["pluginConfigs"] ''
|
${cfg.extraConfig}
|
||||||
${cfg.extraConfig}
|
${supportedThemes.${cfg.name}.setup {inherit (cfg) style transparent base16-colors;}}
|
||||||
${supportedThemes.${cfg.name}.setup {inherit (cfg) style transparent base16-colors;}}
|
'';
|
||||||
'';
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue