clean up nvim config

This commit is contained in:
2025-10-18 02:06:28 -03:00
parent 77dc9a8732
commit ffcadcce9b
7 changed files with 103 additions and 142 deletions

View File

@@ -0,0 +1,16 @@
function theme(repo, opts)
opts = opts or {}
local theme = {
repo,
lazy = false,
}
return theme
end
return {
theme("nyoom-engineering/oxocarbon.nvim"),
theme("tiagovla/tokyodark.nvim"),
theme("kdheepak/monochrome.nvim"),
}