mirror of
https://github.com/boxpositron/absolute-vim.git
synced 2026-02-28 11:40:36 +00:00
chore(lua): remove unused files related to themes and plugins for cleanup and organization purposes
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
return {
|
||||
"GCBallesteros/jupytext.nvim",
|
||||
config = function()
|
||||
require("absolute.after.jupytext")
|
||||
end,
|
||||
lazy = false,
|
||||
}
|
||||
@@ -1,7 +0,0 @@
|
||||
return {
|
||||
"jmbuhr/otter.nvim",
|
||||
config = function()
|
||||
require("absolute.after.otter")
|
||||
end,
|
||||
ft = { "py", "lua" }
|
||||
}
|
||||
Reference in New Issue
Block a user