Add kanagawa theme

This commit is contained in:
Albert Yu 2025-08-29 13:13:54 -04:00
parent d00a1d3fcd
commit d4aa3e9d33
1 changed files with 8 additions and 1 deletions

View File

@ -921,7 +921,14 @@ require('lazy').setup({
'EdenEast/nightfox.nvim',
priority = 1000,
config = function()
vim.cmd.colorscheme 'nightfox'
-- vim.cmd.colorscheme 'nightfox'
end,
},
{
'rebelot/kanagawa.nvim',
priority = 1000,
config = function()
vim.cmd.colorscheme 'kanagawa'
end,
},