forked from poz/niksos
change the markdown preview command to lua
This commit is contained in:
parent
ad7800a121
commit
cd17fd0d27
1 changed files with 2 additions and 1 deletions
|
@ -66,7 +66,8 @@ in {
|
||||||
key = "<leader>v";
|
key = "<leader>v";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
action = ":MarkdownPreviewToggle<CR>";
|
action = "vim.cmd.MarkdownPreviewToggle";
|
||||||
|
lua = true;
|
||||||
key = "<leader>m";
|
key = "<leader>m";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue