We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d6b52e commit 43ff0b0Copy full SHA for 43ff0b0
modules/plugins/utility/preview/markdown-preview/config.nix
@@ -6,7 +6,6 @@
6
}: let
7
inherit (lib.strings) concatMapStringsSep;
8
inherit (lib.modules) mkIf;
9
-
10
cfg = config.vim.utility.preview.markdownPreview;
11
in {
12
config = mkIf cfg.enable {
0 commit comments