Files
omarchy/themes/kanagawa/neovim.lua
David Heinemeier Hansson 04b0fb09ee Add more themes
2025-06-18 22:12:10 +02:00

10 lines
114 B
Lua

return {
{ "rebelot/kanagawa.nvim" },
{
"LazyVim/LazyVim",
opts = {
colorscheme = "kanagawa",
},
},
}