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;
|
globalstatus = true;
|
||||||
theme = "dracula";
|
theme = "dracula";
|
||||||
};
|
};
|
||||||
|
markdown-preview = {
|
||||||
|
enable = true;
|
||||||
|
autoStart = true;
|
||||||
|
openToTheWorld = true;
|
||||||
|
previewOptions = {
|
||||||
|
content_editable = true;
|
||||||
|
disable_filename = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
neo-tree = {
|
neo-tree = {
|
||||||
enable = true;
|
enable = true;
|
||||||
addBlankLineAtTop = true;
|
addBlankLineAtTop = true;
|
||||||
|
|
Loading…
Reference in a new issue