mirror of
https://github.com/boxpositron/absolute-vim.git
synced 2026-02-28 03:30:36 +00:00
chore(lua): remove unused files related to themes and plugins for cleanup and organization purposes
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
function SetTheme(color)
|
||||
color = color or "rose-pine"
|
||||
vim.cmd.colorscheme(color)
|
||||
-- vim.api.nvim_set_hl(0, "Normal", { bg = "none" })
|
||||
-- vim.api.nvim_set_hl(0, "NormalFloat", { bg = "none" })
|
||||
end
|
||||
|
||||
SetTheme("tokyonight")
|
||||
@@ -1,8 +0,0 @@
|
||||
local jupytext = require("jupytext")
|
||||
|
||||
jupytext.setup({
|
||||
style = "markdown",
|
||||
output_extension = "md", -- Default extension. Don't change unless you know what you are doing
|
||||
force_ft = "markdown", -- Default filetype. Don't change unless you know what you are doing
|
||||
custom_language_formatting = {},
|
||||
})
|
||||
@@ -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