mirror of
https://github.com/softinio/nvim-config.git
synced 2025-08-31 15:06:41 -07:00
comment out render-markdown
This commit is contained in:
parent
4eb4d93850
commit
9130251214
2 changed files with 12 additions and 12 deletions
|
@ -31,7 +31,7 @@ return {
|
|||
"nvim-lua/plenary.nvim",
|
||||
"MunifTanjim/nui.nvim",
|
||||
"HakonHarnes/img-clip.nvim",
|
||||
"MeanderingProgrammer/render-markdown.nvim",
|
||||
-- "MeanderingProgrammer/render-markdown.nvim",
|
||||
"nvim-tree/nvim-web-devicons",
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
"folke/snacks.nvim",
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
return {
|
||||
"MeanderingProgrammer/render-markdown.nvim",
|
||||
dependencies = { "nvim-treesitter/nvim-treesitter", "nvim-tree/nvim-web-devicons" },
|
||||
---@module 'render-markdown'
|
||||
---@type render.md.UserConfig
|
||||
opts = {
|
||||
file_types = { "markdown", "Avante" },
|
||||
render_modes = true,
|
||||
},
|
||||
ft = { "markdown", "Avante" },
|
||||
}
|
||||
-- return {
|
||||
-- "MeanderingProgrammer/render-markdown.nvim",
|
||||
-- dependencies = { "nvim-treesitter/nvim-treesitter", "nvim-tree/nvim-web-devicons" },
|
||||
-- ---@module 'render-markdown'
|
||||
-- ---@type render.md.UserConfig
|
||||
-- opts = {
|
||||
-- file_types = { "markdown", "Avante" },
|
||||
-- render_modes = true,
|
||||
-- },
|
||||
-- ft = { "markdown", "Avante" },
|
||||
-- }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue