mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix(markdown): fix toggle keymap description
This commit is contained in:
parent
537d77c397
commit
c1d918ae45
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ return {
|
||||||
"<leader>cp",
|
"<leader>cp",
|
||||||
ft = "markdown",
|
ft = "markdown",
|
||||||
"<cmd>MarkdownPreviewToggle<cr>",
|
"<cmd>MarkdownPreviewToggle<cr>",
|
||||||
desc = "Peek (Markdown Preview)",
|
desc = "Markdown Preview",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
config = function()
|
config = function()
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue