forked from poz/niksos
add markdownpreview-nvim
This commit is contained in:
parent
40a60d1ddb
commit
a7a2fa7df0
1 changed files with 8 additions and 0 deletions
|
@ -61,6 +61,10 @@ in {
|
||||||
lua = true;
|
lua = true;
|
||||||
key = "<leader>v";
|
key = "<leader>v";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
action = ":MarkdownPreviewToggle<CR>";
|
||||||
|
key = "<leader>m";
|
||||||
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
plugins = {
|
plugins = {
|
||||||
|
@ -250,6 +254,10 @@ in {
|
||||||
enableTelescope = true;
|
enableTelescope = true;
|
||||||
keymapsSilent = false;
|
keymapsSilent = false;
|
||||||
};
|
};
|
||||||
|
markdown-preview = {
|
||||||
|
enable = true;
|
||||||
|
theme = "dark";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
extraPlugins = with pkgs.vimPlugins; [
|
extraPlugins = with pkgs.vimPlugins; [
|
||||||
|
|
Loading…
Reference in a new issue