mirror of https://github.com/LazyVim/starter
added plugin for cobalt2 colourscheme
parent
c102b8e3f9
commit
c0341a91aa
|
@ -0,0 +1,12 @@
|
|||
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",
|
||||
},
|
||||
}
|
Loading…
Reference in New Issue