better scope highlighting

This commit is contained in:
ChrisHilborne 2023-12-20 18:04:16 +01:00
parent 2e48e23a72
commit 13c4121987
3 changed files with 67 additions and 8 deletions

View file

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