1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

Add new colorscheme kanagawa

This commit is contained in:
jdhao 2024-08-06 00:15:31 +02:00
parent b30cc9ed78
commit 262ad6aa38
2 changed files with 4 additions and 1 deletions

View File

@ -58,6 +58,9 @@ M.colorscheme_conf = {
end,
arctic = function ()
vim.cmd("colorscheme arctic")
end,
kanagawa = function()
vim.cmd("colorscheme kanagawa-wave")
end
}

View File

@ -148,7 +148,7 @@ local plugin_specs = {
name = "arctic",
branch = "v2",
},
{ "rebelot/kanagawa.nvim", lazy = true },
{ "nvim-tree/nvim-web-devicons", event = "VeryLazy" },
{