feat: latest preferences

This commit is contained in:
Wil Simpson 2025-01-06 16:38:01 -05:00
parent 9d965db75f
commit 1fd6b5e58b
9 changed files with 106 additions and 67 deletions

View file

@ -0,0 +1,9 @@
return {
"iamcco/markdown-preview.nvim",
cmd = { "MarkdownPreviewToggle", "MarkdownPreview", "MarkdownPreviewStop" },
ft = { "markdown" },
build = "cd app && yarn install",
init = function()
vim.g.mkdp_filetypes = { "markdown" }
end
}