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 {
vim = {
startPlugins = [
cfg.name
];
startPlugins = [cfg.name];
luaConfigRC = {
theme = entryBefore ["pluginConfigs"] ''
${cfg.extraConfig}