mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-10-30 09:20:30 +00:00
Nvim: fix markdown preview plugin update
This commit is contained in:
parent
140991b8ae
commit
d0691c78b1
@ -187,7 +187,7 @@ local plugins = {
|
||||
-- Markdown preview
|
||||
{
|
||||
"iamcco/markdown-preview.nvim",
|
||||
build = "cd app && npm install",
|
||||
build = "cd app && yarn install",
|
||||
config = function()
|
||||
vim.g.mkdp_filetypes = { "markdown" }
|
||||
end,
|
||||
|
Loading…
Reference in New Issue
Block a user