22 lines
717 B
Lua
22 lines
717 B
Lua
return {
|
|
{
|
|
"elkowar/yuck.vim",
|
|
},
|
|
{
|
|
"chikamichi/mediawiki.vim",
|
|
},
|
|
{
|
|
"mrcjkb/rustaceanvim",
|
|
version = "^7", -- Recommended
|
|
lazy = false, -- This plugin is already lazy
|
|
},
|
|
{
|
|
"MeanderingProgrammer/render-markdown.nvim",
|
|
dependencies = { "nvim-treesitter/nvim-treesitter", "nvim-mini/mini.nvim" }, -- if you use the mini.nvim suite
|
|
-- dependencies = { 'nvim-treesitter/nvim-treesitter', 'nvim-mini/mini.icons' }, -- if you use standalone mini plugins
|
|
-- dependencies = { 'nvim-treesitter/nvim-treesitter', 'nvim-tree/nvim-web-devicons' }, -- if you prefer nvim-web-devicons
|
|
---@module 'render-markdown'
|
|
---@type render.md.UserConfig
|
|
opts = {},
|
|
},
|
|
}
|