mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
added plugin for cobalt2 colourscheme
This commit is contained in:
parent
c102b8e3f9
commit
c0341a91aa
1 changed files with 12 additions and 0 deletions
12
lua/plugins/cobalt2.lua
Normal file
12
lua/plugins/cobalt2.lua
Normal file
|
|
@ -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…
Add table
Reference in a new issue