upgraded everything and then fixed broken code
This commit is contained in:
parent
f22a4686e7
commit
c665e72754
3 changed files with 54 additions and 41 deletions
8
lua/plugins/markdown-preview.lua
Normal file
8
lua/plugins/markdown-preview.lua
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
return {
|
||||
'iamcco/markdown-preview.nvim',
|
||||
cmd = { 'MarkdownPreviewToggle', 'MarkdownPreview', 'MarkdownPreviewStop' },
|
||||
ft = { 'markdown' },
|
||||
build = function()
|
||||
vim.fn['mkdp#util#install']()
|
||||
end,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue