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;
|
||||
key = "<leader>v";
|
||||
}
|
||||
{
|
||||
action = ":MarkdownPreviewToggle<CR>";
|
||||
key = "<leader>m";
|
||||
}
|
||||
];
|
||||
|
||||
plugins = {
|
||||
|
@ -250,6 +254,10 @@ in {
|
|||
enableTelescope = true;
|
||||
keymapsSilent = false;
|
||||
};
|
||||
markdown-preview = {
|
||||
enable = true;
|
||||
theme = "dark";
|
||||
};
|
||||
};
|
||||
|
||||
extraPlugins = with pkgs.vimPlugins; [
|
||||
|
|
Loading…
Reference in a new issue