themes_
This commit is contained in:
parent
746bbd1150
commit
599266c7a2
4
init.lua
4
init.lua
|
@ -787,9 +787,9 @@ require('lazy').setup({
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
'rebelot/kanagawa.nvim',
|
'blazkowolf/gruber-darker.nvim',
|
||||||
init = function()
|
init = function()
|
||||||
vim.cmd.colorscheme 'kanagawa-dragon'
|
vim.cmd.colorscheme 'lackluster-night'
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
return {
|
||||||
|
'sainnhe/sonokai',
|
||||||
|
'slugbyte/lackluster.nvim',
|
||||||
|
}
|
Loading…
Reference in New Issue