change theme, add md preview back, disable notify

This commit is contained in:
2025-06-11 20:09:59 -04:00
parent ee11ca87bb
commit 1aedadccd4
2 changed files with 13 additions and 5 deletions
+10
View File
@@ -0,0 +1,10 @@
return {
'iamcco/markdown-preview.nvim',
cmd = { 'MarkdownPreviewToggle', 'MarkdownPreview', 'MarkdownPreviewStop' },
build = 'cd app && yarn install',
init = function()
vim.g.mkdp_filetypes = { 'markdown' }
end,
ft = { 'markdown' },
}