dot/.config/nvim/lua/plugins/theme.lua

15 lines
229 B
Lua
Raw Normal View History

2023-08-29 20:07:23 +02:00
return {
{
"RRethy/nvim-base16",
name = "nvim-base16",
lazy = false,
priority = 1000,
config = function()
vim.cmd.colorscheme "base16-ocean"
end,
},
{
"norcalli/nvim-colorizer.lua",
},
}