mirror of
https://github.com/Dichgrem/dotfiles.git
synced 2025-08-01 09:19:32 -04:00
init:dotfiles
This commit is contained in:
9
nvim/lua/plugins/markdown.lua
Normal file
9
nvim/lua/plugins/markdown.lua
Normal file
@ -0,0 +1,9 @@
|
||||
return {
|
||||
{
|
||||
"iamcco/markdown-preview.nvim",
|
||||
cmd = { "MarkdownPreviewToggle", "MarkdownPreview", "MarkdownPreviewStop" },
|
||||
ft = { "markdown" },
|
||||
build = ':call mkdp#util#install()'
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user