Add Kanagawa theme

Thanks again to @iljo-dp!
This commit is contained in:
David Heinemeier Hansson
2024-06-06 21:55:20 +02:00
parent b388f73f7c
commit c86d6bfbee
6 changed files with 76 additions and 2 deletions

View File

@ -0,0 +1,9 @@
return {
{ "rebelot/kanagawa.nvim" },
{
"lazyvim/lazyvim",
opts = {
colorscheme = "kanagawa",
},
},
}