feat(plugins): Add [iamcco/markdown-preview.nvim](https://github.com/iamcco/markdown-preview.nvim/)
This commit is contained in:
parent
b5056a4fe8
commit
64061943ed
@ -81,6 +81,7 @@ with final.pkgs.lib; let
|
|||||||
# ^ UI
|
# ^ UI
|
||||||
|
|
||||||
# language support
|
# language support
|
||||||
|
markdown-preview-nvim
|
||||||
# ^ language support
|
# ^ language support
|
||||||
|
|
||||||
# navigation/editing enhancement plugins
|
# navigation/editing enhancement plugins
|
||||||
|
@ -60,6 +60,8 @@ require('which-key').add({
|
|||||||
end,
|
end,
|
||||||
desc = "trouble: load [w]orkspace"
|
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)
|
-- Toggle the quickfix list (only opens if it is populated)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user