Skip to content

Commit

Permalink
Add .config/nvim/lua/plugins/markdown-preview.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
oyoshot committed Apr 23, 2024
1 parent e37dfa9 commit 102fe4c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions dot_config/nvim/lua/plugins/markdown-preview.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
return {
"iamcco/markdown-preview.nvim",
cmd = { "MarkdownPreviewToggle", "MarkdownPreview", "MarkdownPreviewStop" },
ft = { "markdown" },

build = function()
vim.fn["mkdp#util#install"]()
end,
}

0 comments on commit 102fe4c

Please sign in to comment.