iamcco / markdown-preview.nvim

markdown preview plugin for (neo)vim
MIT License
6.67k stars 277 forks source link

Using which-key plugin to map leader key, no response #561

Closed 5huanghuai closed 1 year ago

5huanghuai commented 1 year ago

I'm using which-key to map "\<leader>+mm" to ":MarkdownPreviewToggle". But, when I using leader key, there is no markdown-preview. The setting of which-key and markdown-preview is no problem. the mapping code in the which-key setting is below. ["\<leader>mm"] = {"\<Plug>MarkdownPreviewToggle",name = "markdown show stop"}

Thank you.