You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kickstart.nvim/lua/custom/plugins/kanagawa.lua

10 lines
167 B
Lua

return {
"rebelot/kanagawa.nvim",
config = function()
require("kanagawa").setup {
transparent = true
}
vim.cmd [[colorscheme kanagawa]]
end,
}