mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-23 09:18:44 +02:00
update markdown preview
This commit is contained in:
parent
15c277f910
commit
c86aaa927e
3 changed files with 24 additions and 7 deletions
|
@ -121,6 +121,11 @@ local mappings = {
|
|||
end,
|
||||
"Coment line",
|
||||
},
|
||||
["m"] = {
|
||||
name = "Markdown",
|
||||
p = { "<cmd>MarkdownPreview<cr>", "Preview" },
|
||||
s = { "<cmd>MarkdownPreviewStop<cr>", "Stop Preview" },
|
||||
},
|
||||
-- p = {
|
||||
-- name = "Packer",
|
||||
-- c = { "<cmd>PackerCompile<cr>", "Compile" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue