update markdown-preview theme path in nixvim

This commit is contained in:
jacekpoz 2024-03-09 20:12:16 +01:00
parent a3658aac03
commit f1183de86c
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -261,7 +261,7 @@ in {
};
markdown-preview = {
enable = true;
theme = "dark";
settings.theme = "dark";
};
};