mirror of
https://github.com/softinio/nvim-config.git
synced 2025-10-18 11:16:41 -07:00
Actually remove render-markdown instead of commeting out
This commit is contained in:
parent
9e390d7b96
commit
595b6d78f0
2 changed files with 0 additions and 12 deletions
|
@ -31,7 +31,6 @@ 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",
|
|
||||||
"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 +0,0 @@
|
||||||
-- 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