removed markdown preview

This commit is contained in:
Max Reed 2025-01-10 11:54:34 +01:00
parent a96cfc49b5
commit 794d2d05fb
1 changed files with 0 additions and 9 deletions

View File

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