Remove render markdown plugin

This commit is contained in:
2025-07-19 15:40:31 +02:00
parent f22d7cf9a5
commit 8e45632881
2 changed files with 0 additions and 11 deletions
-2
View File
@@ -93,7 +93,6 @@ in
noice-nvim
statuscol-nvim
# telescope-ui-select-nvim
(snacks-nvim.overrideAttrs {
postPatch = "rm -rf queries";
})
@@ -104,7 +103,6 @@ in
nvim-navic
virt-column-nvim
render-markdown-nvim
codecompanion-nvim
# enable this just to signin (used by the chat plugin above)
# (copilot-vim.overrideAttrs {
-9
View File
@@ -39,13 +39,4 @@ return {
require("codecompanion").setup(plug.opts)
end,
},
{
"render-markdown",
ft = { "markdown", "codecompanion" },
opts = {},
after = function(plug)
require("render-markdown").setup(plug.opts)
end,
},
}