theme/theme.nix: fix formatting

This commit is contained in:
Charlie Root 2024-09-29 23:23:20 +02:00
parent 9c9dd1d670
commit 42e122ac6c
No known key found for this signature in database

View file

@ -46,9 +46,7 @@ in {
config = mkIf cfg.enable { config = mkIf cfg.enable {
vim = { vim = {
startPlugins = [ startPlugins = [cfg.name];
cfg.name
];
luaConfigRC = { luaConfigRC = {
theme = entryBefore ["pluginConfigs"] '' theme = entryBefore ["pluginConfigs"] ''
${cfg.extraConfig} ${cfg.extraConfig}