mirror of https://github.com/LazyVim/starter
12 lines
329 B
Lua
12 lines
329 B
Lua
return {
|
|
"lalitmee/cobalt2.nvim",
|
|
event = { "ColorSchemePre" }, -- if you want to lazy load
|
|
dependencies = { "tjdevries/colorbuddy.nvim", tag = "v1.0.0" },
|
|
init = function()
|
|
require("colorbuddy").colorscheme("cobalt2")
|
|
end,
|
|
"LazyVim/LazyVim",
|
|
opts = {
|
|
colorscheme = "cobalt2",
|
|
},
|
|
} |