7 lines
103 B
Lua

return {
"rebelot/kanagawa.nvim",
config = function ()
vim.cmd.colorscheme "kanagawa"
end
}