6 lines
222 B
Lua
6 lines
222 B
Lua
vim.pack.add({
|
|
{ src = "https://github.com/MeanderingProgrammer/render-markdown.nvim" },
|
|
{ src = "https://github.com/nvim-treesitter/nvim-treesitter" },
|
|
{ src = "https://github.com/nvim-tree/nvim-web-devicons" },
|
|
})
|