MD preview plugin
This commit is contained in:
parent
4bb7e86d79
commit
921791bb7e
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ return {
|
|||
'iamcco/markdown-preview.nvim',
|
||||
opts = {
|
||||
cmd = { 'MarkdownPreviewToggle', 'MarkdownPreview', 'MarkdownPreviewStop' },
|
||||
build = 'cd app && yarn install',
|
||||
build = 'cd app && bun install',
|
||||
init = function()
|
||||
vim.g.mkdp_filetypes = { 'markdown' }
|
||||
end,
|
||||
|
|
Loading…
Reference in a new issue