update
This commit is contained in:
parent
d6aed5134e
commit
ed98ecdac5
1 changed files with 3 additions and 2 deletions
5
init.lua
5
init.lua
|
|
@ -262,9 +262,10 @@ require("lazy").setup({
|
||||||
dependencies = { 'nvim-tree/nvim-web-devicons' }
|
dependencies = { 'nvim-tree/nvim-web-devicons' }
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"rebelot/kanagawa.nvim",
|
"ellisonleao/gruvbox.nvim",
|
||||||
|
priority = 1000,
|
||||||
config = function()
|
config = function()
|
||||||
vim.cmd.colorscheme "kanagawa"
|
vim.cmd.colorscheme "gruvbox"
|
||||||
end
|
end
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue