Swtich to kanagawa colorscheme.

This commit is contained in:
tronglt 2023-05-16 10:28:41 +07:00
parent 52067fc631
commit 40da5cb900
3 changed files with 11 additions and 2 deletions

View file

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