feat(plugins): Add [iamcco/markdown-preview.nvim](https://github.com/iamcco/markdown-preview.nvim/)

This commit is contained in:
Jiří Štefka 2024-11-29 02:54:11 +01:00
parent b5056a4fe8
commit 64061943ed
Signed by: jiriks74
GPG key ID: 1D5E30D3DB2264DE
2 changed files with 3 additions and 0 deletions
nvim/plugin

View file

@ -60,6 +60,8 @@ require('which-key').add({
end,
desc = "trouble: load [w]orkspace"
},
{ "<leader>lP", "<cmd>MarkdownPreviewToggle<cr>", desc = "Markdown [l] [P]review"},
})
-- Toggle the quickfix list (only opens if it is populated)