diff --git a/lua/custom/plugins/markdown.lua b/lua/custom/plugins/markdown.lua deleted file mode 100644 index 1d8876b..0000000 --- a/lua/custom/plugins/markdown.lua +++ /dev/null @@ -1,7 +0,0 @@ -return { - 'tadmccorkle/markdown.nvim', - ft = 'markdown', -- or 'event = "VeryLazy"' - opts = { - -- configuration here or empty for defaults - }, -} diff --git a/lua/custom/plugins/transparent.lua.off b/lua/custom/plugins/transparent.lua.off deleted file mode 100644 index 8e98c0d..0000000 --- a/lua/custom/plugins/transparent.lua.off +++ /dev/null @@ -1,6 +0,0 @@ -return { - 'xiyaowong/transparent.nvim', - config = function() - require('transparent').clear_prefix 'lualine' - end, -}