mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-24 17:58:51 +02:00
fix(python): add ft
to Python keymaps, and fix "Markdown Preview" toggle description (#1729)
* feat(python): add `ft` to keymaps * fix(markdown): fix toggle keymap description
This commit is contained in:
parent
5ea0dd716a
commit
7c60431c58
2 changed files with 3 additions and 3 deletions
|
@ -54,7 +54,7 @@ return {
|
|||
"<leader>cp",
|
||||
ft = "markdown",
|
||||
"<cmd>MarkdownPreviewToggle<cr>",
|
||||
desc = "Peek (Markdown Preview)",
|
||||
desc = "Markdown Preview",
|
||||
},
|
||||
},
|
||||
config = function()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue