10 lines
114 B
Lua
10 lines
114 B
Lua
|
return {
|
||
|
{ "rebelot/kanagawa.nvim" },
|
||
|
{
|
||
|
"lazyvim/lazyvim",
|
||
|
opts = {
|
||
|
colorscheme = "kanagawa",
|
||
|
},
|
||
|
},
|
||
|
}
|