nvim-lua.kickstart.nvim/lua/plugins/colorscheme.lua
laperpo c136cac530 Personalised and added some of my own config stuff.
This will probably be the last version of this config for a while.
Mostly keeping it for reference.

Custom config time!
2025-05-03 14:45:20 +01:00

12 lines
342 B
Lua

return {
{ "scottmckendry/cyberdream.nvim", lazy = false, priority = 1000 },
{ "rebelot/kanagawa.nvim" },
{ "shaunsingh/nord.nvim" },
{ "bluz71/vim-nightfly-colors", name = "nightfly", lazy = false, priority = 1000 },
{
"LazyVim/LazyVim",
opts = {
colorscheme = "kanagawa",
},
},
}