mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-06-23 13:48:35 +02:00
5 lines
99 B
Lua
5 lines
99 B
Lua
|
return {
|
||
|
"iamcco/markdown-preview.nvim",
|
||
|
run = function() vim.fn["mkdp#util#install"]() end,
|
||
|
}
|