Latest version
This commit is contained in:
parent
0541abf80c
commit
8693bde880
4 changed files with 49 additions and 7 deletions
4
lua/custom/plugins/markdown-preview.lua
Normal file
4
lua/custom/plugins/markdown-preview.lua
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
return {
|
||||
"iamcco/markdown-preview.nvim",
|
||||
run = function() vim.fn["mkdp#util#install"]() end,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue