This commit is contained in:
Alexander 2025-02-03 11:41:47 +01:00
parent e1328c4cf2
commit 2a0f534e0e
1 changed files with 2 additions and 2 deletions

View File

@ -783,9 +783,9 @@ require('lazy').setup({
}, },
{ {
'shaunsingh/nord.nvim', 'rebelot/kanagawa.nvim',
init = function() init = function()
vim.cmd.colorscheme 'nord' vim.cmd.colorscheme 'kanagawa-dragon'
end, end,
}, },