neovim: markdown plugins
This commit is contained in:
parent
78c70e0560
commit
7701446130
3 changed files with 15 additions and 1 deletions
|
|
@ -3,9 +3,14 @@
|
|||
languages.markdown = {
|
||||
enable = true;
|
||||
format = true;
|
||||
extensions = {
|
||||
render-markdown-nvim = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
utility = {
|
||||
preview.markdownPreview = {enable = true;};
|
||||
preview.markdownPreview = {enable = false;};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue