enable markdown-preview
This commit is contained in:
parent
2bcc098539
commit
e55293c298
1 changed files with 9 additions and 0 deletions
|
@ -135,6 +135,15 @@
|
|||
globalstatus = true;
|
||||
theme = "dracula";
|
||||
};
|
||||
markdown-preview = {
|
||||
enable = true;
|
||||
autoStart = true;
|
||||
openToTheWorld = true;
|
||||
previewOptions = {
|
||||
content_editable = true;
|
||||
disable_filename = true;
|
||||
};
|
||||
};
|
||||
neo-tree = {
|
||||
enable = true;
|
||||
addBlankLineAtTop = true;
|
||||
|
|
Loading…
Reference in a new issue