mirror of
https://github.com/StepanovPlaton/dotfiles.git
synced 2026-04-03 20:30:46 +04:00
04-01-2026
This commit is contained in:
14
.config/nvim/lua/plugins/markdown.lua
Normal file
14
.config/nvim/lua/plugins/markdown.lua
Normal file
@@ -0,0 +1,14 @@
|
||||
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,
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user