Install markdown-preview

This commit is contained in:
♥ Minnie ♥ 2024-08-05 08:57:03 +08:00
parent 46b72f24f9
commit 984254a9c5
Signed by: jasmine
GPG key ID: 8563E358D4E8040E
2 changed files with 9 additions and 0 deletions

View file

@ -32,6 +32,7 @@
./plugins/git/lazygit.nix
# Utils
./plugins/utils/markdown-preview.nix
./plugins/utils/telescope.nix
./plugins/utils/whichkey.nix
];

View file

@ -0,0 +1,8 @@
{ ... }:
{
plugins.markdown-preview = {
enable = true;
};
}