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:
parent
b30cc9ed78
commit
262ad6aa38
@ -58,6 +58,9 @@ M.colorscheme_conf = {
|
|||||||
end,
|
end,
|
||||||
arctic = function ()
|
arctic = function ()
|
||||||
vim.cmd("colorscheme arctic")
|
vim.cmd("colorscheme arctic")
|
||||||
|
end,
|
||||||
|
kanagawa = function()
|
||||||
|
vim.cmd("colorscheme kanagawa-wave")
|
||||||
end
|
end
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -148,7 +148,7 @@ local plugin_specs = {
|
|||||||
name = "arctic",
|
name = "arctic",
|
||||||
branch = "v2",
|
branch = "v2",
|
||||||
},
|
},
|
||||||
|
{ "rebelot/kanagawa.nvim", lazy = true },
|
||||||
{ "nvim-tree/nvim-web-devicons", event = "VeryLazy" },
|
{ "nvim-tree/nvim-web-devicons", event = "VeryLazy" },
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user