removed or turned-off plugins

This commit is contained in:
Joost Agterhoek 2024-10-29 14:39:57 +01:00
parent 0bad8141ef
commit 6c5359fea0
2 changed files with 0 additions and 13 deletions

View File

@ -1,7 +0,0 @@
return {
'tadmccorkle/markdown.nvim',
ft = 'markdown', -- or 'event = "VeryLazy"'
opts = {
-- configuration here or empty for defaults
},
}

View File

@ -1,6 +0,0 @@
return {
'xiyaowong/transparent.nvim',
config = function()
require('transparent').clear_prefix 'lualine'
end,
}