Skip to content

Commit

Permalink
Create markdown-preview.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan-TheGentleman authored Apr 15, 2024
1 parent e88eee2 commit 5374300
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions GentlemanNvim/nvim/lua/plugins/markdown-preview.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
return {
"iamcco/markdown-preview.nvim",
cmd = { "MarkdownPreviewToggle", "MarkdownPreview", "MarkdownPreviewStop" },
ft = { "markdown" },
build = function()
vim.fn["mkdp#util#install"]()
end,
}

0 comments on commit 5374300

Please sign in to comment.