Install markdown-preview
This commit is contained in:
parent
46b72f24f9
commit
984254a9c5
2 changed files with 9 additions and 0 deletions
8
config/plugins/utils/markdown-preview.nix
Normal file
8
config/plugins/utils/markdown-preview.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
plugins.markdown-preview = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue