chore(lua): remove unused files related to themes and plugins for cleanup and organization purposes

This commit is contained in:
David Ibia
2024-07-29 01:02:11 +01:00
parent c25f8963ba
commit c4d1bc9809
4 changed files with 0 additions and 30 deletions

View File

@@ -1,7 +0,0 @@
return {
"GCBallesteros/jupytext.nvim",
config = function()
require("absolute.after.jupytext")
end,
lazy = false,
}

View File

@@ -1,7 +0,0 @@
return {
"jmbuhr/otter.nvim",
config = function()
require("absolute.after.otter")
end,
ft = { "py", "lua" }
}