mirror of
https://github.com/softinio/nvim-config.git
synced 2025-10-18 11:16: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",
|
"nvim-lua/plenary.nvim",
|
||||||
"MunifTanjim/nui.nvim",
|
"MunifTanjim/nui.nvim",
|
||||||
"HakonHarnes/img-clip.nvim",
|
"HakonHarnes/img-clip.nvim",
|
||||||
"MeanderingProgrammer/render-markdown.nvim",
|
-- "MeanderingProgrammer/render-markdown.nvim",
|
||||||
"nvim-tree/nvim-web-devicons",
|
"nvim-tree/nvim-web-devicons",
|
||||||
"nvim-treesitter/nvim-treesitter",
|
"nvim-treesitter/nvim-treesitter",
|
||||||
"folke/snacks.nvim",
|
"folke/snacks.nvim",
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
return {
|
-- return {
|
||||||
"MeanderingProgrammer/render-markdown.nvim",
|
-- "MeanderingProgrammer/render-markdown.nvim",
|
||||||
dependencies = { "nvim-treesitter/nvim-treesitter", "nvim-tree/nvim-web-devicons" },
|
-- dependencies = { "nvim-treesitter/nvim-treesitter", "nvim-tree/nvim-web-devicons" },
|
||||||
---@module 'render-markdown'
|
-- ---@module 'render-markdown'
|
||||||
---@type render.md.UserConfig
|
-- ---@type render.md.UserConfig
|
||||||
opts = {
|
-- opts = {
|
||||||
file_types = { "markdown", "Avante" },
|
-- file_types = { "markdown", "Avante" },
|
||||||
render_modes = true,
|
-- render_modes = true,
|
||||||
},
|
-- },
|
||||||
ft = { "markdown", "Avante" },
|
-- ft = { "markdown", "Avante" },
|
||||||
}
|
-- }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue