mirror of
https://github.com/StepanovPlaton/dotfiles.git
synced 2026-04-03 20:30:46 +04:00
15 lines
355 B
Lua
15 lines
355 B
Lua
return {
|
|
-- {
|
|
-- "MeanderingProgrammer/render-markdown.nvim",
|
|
-- dependencies = { "nvim-treesitter/nvim-treesitter", "nvim-tree/nvim-web-devicons" },
|
|
-- ---@module 'render-markdown'
|
|
-- ---@type render.md.UserConfig
|
|
-- opts = {},
|
|
-- },
|
|
{
|
|
"nvim-treesitter/nvim-treesitter",
|
|
dependencies = { "OXY2DEV/markview.nvim" },
|
|
lazy = false,
|
|
},
|
|
}
|