diff options
| author | srdusr <trevorgray@srdusr.com> | 2022-11-22 21:48:58 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2022-11-22 21:48:58 +0200 |
| commit | fd4c32fb3443b506b25210954c6e1967e32e02bf (patch) | |
| tree | 9d66b00b17762178e893a0d441d1008b08b787e7 | |
| parent | 80f617156189b56a8fa561b681034897a3a19fff (diff) | |
| download | dotfiles-fd4c32fb3443b506b25210954c6e1967e32e02bf.tar.gz dotfiles-fd4c32fb3443b506b25210954c6e1967e32e02bf.zip | |
Added 'iamcco/markdown-preview.nvim'
| -rw-r--r-- | lua/user/pack.lua | 5 |
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 |
