add markdownpreview-nvim

This commit is contained in:
jacekpoz 2024-02-14 13:21:18 +01:00
parent 40a60d1ddb
commit a7a2fa7df0
No known key found for this signature in database
GPG key ID: 94E812A8B12AAE3C

View file

@ -61,6 +61,10 @@ in {
lua = true;
key = "<leader>v";
}
{
action = ":MarkdownPreviewToggle<CR>";
key = "<leader>m";
}
];
plugins = {
@ -250,6 +254,10 @@ in {
enableTelescope = true;
keymapsSilent = false;
};
markdown-preview = {
enable = true;
theme = "dark";
};
};
extraPlugins = with pkgs.vimPlugins; [