diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-02-13 18:30:32 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-02-13 18:30:32 +0200 |
| commit | 8b5a3e73e4c00f5761fe54eaac9a4753c5a061f7 (patch) | |
| tree | 7b93ee64d7e79f8a72da7a88cee15c04c9ee0079 /lua/user/pack.lua | |
| parent | 45720571d7e97b10a96285962f7ac979b7b0dfc3 (diff) | |
| download | dotfiles-8b5a3e73e4c00f5761fe54eaac9a4753c5a061f7.tar.gz dotfiles-8b5a3e73e4c00f5761fe54eaac9a4753c5a061f7.zip | |
Reinstall "iamcco/markdown-preview.nvim"
Diffstat (limited to 'lua/user/pack.lua')
| -rw-r--r-- | lua/user/pack.lua | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/lua/user/pack.lua b/lua/user/pack.lua index b96f753..92366dd 100644 --- a/lua/user/pack.lua +++ b/lua/user/pack.lua @@ -218,14 +218,16 @@ return packer.startup(function(use) require("crates").setup() end, }) - --use({ - -- "iamcco/markdown-preview.nvim", -- Markdown Preview - -- run = function() vim.fn["mkdp#util#install"]() end, - --}) + use({ + "iamcco/markdown-preview.nvim", -- Markdown Preview + run = function() vim.fn["mkdp#util#install"]() end, + }) use({ "ellisonleao/glow.nvim", -- Markdown Preview config = function() - require("glow").setup() + require("glow").setup({ + style = "dark", + }) end }) |
