refactor: modify plugin configuration for better usability

This commit is contained in:
2024-11-10 14:46:57 -05:00
parent 47765ecb02
commit 33daed6a63
+5 -1
View File
@@ -71,7 +71,11 @@ return {
},
{ -- Markdown Preview
"iamcco/markdown-preview.nvim",
build = "cd app && yarn install",
cmd = { "MarkdownPreviewToggle", "MarkdownPreview", "MarkdownPreviewStop" },
ft = { "markdown" },
build = function()
vim.fn["mkdp#util#install"]()
end,
},
{ -- WezTerm Types
"gonstoll/wezterm-types",