better scope highlighting
This commit is contained in:
parent
2e48e23a72
commit
13c4121987
3 changed files with 67 additions and 8 deletions
11
lua/custom/plugins/markdown-preview.lua
Normal file
11
lua/custom/plugins/markdown-preview.lua
Normal 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" },
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue