upgraded everything and then fixed broken code

This commit is contained in:
marctalcott 2024-09-23 07:27:51 -04:00
parent f22a4686e7
commit c665e72754
3 changed files with 54 additions and 41 deletions

View file

@ -1,8 +0,0 @@
return {
'iamcco/markdown-preview.nvim',
cmd = { 'MarkdownPreviewToggle', 'MarkdownPreview', 'MarkdownPreviewStop' },
ft = { 'markdown' },
build = function()
vim.fn['mkdp#util#install']()
end,
}