markdownpreview, conform settings

This commit is contained in:
Alexander Muszynski
2024-07-27 08:05:15 -04:00
parent 28daebf552
commit 978ff5d6d9
2 changed files with 14 additions and 3 deletions
+11 -1
View File
@@ -2,4 +2,14 @@
-- I promise not to create any merge conflicts in this directory :)
--
-- See the kickstart.nvim README for more information
return {}
return {
{
'iamcco/markdown-preview.nvim',
cmd = { 'MarkdownPreviewToggle', 'MarkdownPreview', 'MarkdownPreviewStop' },
build = 'cd app && yarn install',
init = function()
vim.g.mkdp_filetypes = { 'markdown' }
end,
ft = { 'markdown' },
},
}