clean up nvim config
This commit is contained in:
16
nvim/lua/plugins/colors.lua
Normal file
16
nvim/lua/plugins/colors.lua
Normal 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"),
|
||||
}
|
||||
Reference in New Issue
Block a user