feat(plugins): Add [iamcco/markdown-preview.nvim](https://github.com/iamcco/markdown-preview.nvim/)
This commit is contained in:
parent
b5056a4fe8
commit
64061943ed
2 changed files with 3 additions and 0 deletions
|
@ -81,6 +81,7 @@ with final.pkgs.lib; let
|
|||
# ^ UI
|
||||
|
||||
# language support
|
||||
markdown-preview-nvim
|
||||
# ^ language support
|
||||
|
||||
# navigation/editing enhancement plugins
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue