mirror of
https://github.com/CompeyDev/my-nvim-setup.git
synced 2024-12-12 12:50:37 +00:00
9 lines
113 B
Lua
9 lines
113 B
Lua
|
return {
|
||
|
{
|
||
|
"iamcco/markdown-preview.nvim",
|
||
|
build = function()
|
||
|
vim.fn["mkdp#util#install"]()
|
||
|
end,
|
||
|
},
|
||
|
}
|