split up init.lua

This commit is contained in:
Thomas Ruoff
2024-03-26 22:03:40 +01:00
parent 62cea2a4ec
commit a50a611e02
23 changed files with 680 additions and 1376 deletions

View File

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