tokiyo nights it is...

This commit is contained in:
Thomas Ruoff
2024-09-16 08:14:46 +02:00
parent cc6e3402e5
commit 2618d6d6ae

View File

@@ -1,10 +1,9 @@
return { return {
'rebelot/kanagawa.nvim', 'folke/tokyonight.nvim',
priority = 1000, -- make sure to load this before all the other start plugins lazy = false,
priority = 1000,
opts = {},
init = function() init = function()
vim.cmd.colorscheme 'kanagawa' vim.cmd.colorscheme 'tokyonight'
-- You can configure highlights by doing something like
-- vim.cmd.hi 'Comment gui=none'
end, end,
} }