aboutsummaryrefslogtreecommitdiff
path: root/lua/user
diff options
context:
space:
mode:
Diffstat (limited to 'lua/user')
-rw-r--r--lua/user/pack.lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/lua/user/pack.lua b/lua/user/pack.lua
index ffa1106..061a443 100644
--- a/lua/user/pack.lua
+++ b/lua/user/pack.lua
@@ -390,6 +390,11 @@ return packer.startup(function(use)
-- [".md"] = "markdown",
-- [".markdown"] = "markdown",
-- [".mdown"] = "markdown",
+ use({
+ "iamcco/markdown-preview.nvim",
+ run = function() vim.fn["mkdp#util#install"]() end,
+ })
+
-- Automatically set up your configuration after cloning packer.nvim
-- Put this at the end after all plugins
if PACKER_BOOTSTRAP then