nvim-configs/lua/plugins/colorschemes.lua

6 lines
138 B
Lua
Raw Normal View History

return {
{ "rebelot/kanagawa.nvim", lazy = true },
{ "ribru17/bamboo.nvim", lazy = true },
{ "sainnhe/everforest", lazy = true },
}