mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
Compare commits
No commits in common. "448f2394fe393cc1514bf8ef3e742ce7f56f9fd1" and "ec557001af0d13970f33ef248db4756a18025d99" have entirely different histories.
448f2394fe
...
ec557001af
@ -59,35 +59,7 @@ M.colorscheme_conf = {
|
|||||||
vim.cmd("colorscheme arctic")
|
vim.cmd("colorscheme arctic")
|
||||||
end,
|
end,
|
||||||
kanagawa = function()
|
kanagawa = function()
|
||||||
vim.cmd("colorscheme kanagawa-dragon")
|
vim.cmd("colorscheme kanagawa-wave")
|
||||||
end,
|
|
||||||
modus = function()
|
|
||||||
vim.cmd([[colorscheme modus]])
|
|
||||||
end,
|
|
||||||
jellybeans = function()
|
|
||||||
vim.cmd([[colorscheme jellybeans]])
|
|
||||||
end,
|
|
||||||
github = function()
|
|
||||||
vim.cmd([[colorscheme github_dark_default]])
|
|
||||||
end,
|
|
||||||
e_ink = function()
|
|
||||||
require("e-ink").setup()
|
|
||||||
vim.cmd.colorscheme("e-ink")
|
|
||||||
end,
|
|
||||||
ashen = function()
|
|
||||||
vim.cmd([[colorscheme ashen]])
|
|
||||||
end,
|
|
||||||
melange = function()
|
|
||||||
vim.cmd([[colorscheme melange]])
|
|
||||||
end,
|
|
||||||
makurai = function()
|
|
||||||
vim.cmd.colorscheme("makurai_warrior")
|
|
||||||
end,
|
|
||||||
vague = function()
|
|
||||||
vim.cmd([[colorscheme vague]])
|
|
||||||
end,
|
|
||||||
kanso = function()
|
|
||||||
vim.cmd([[colorscheme kanso]])
|
|
||||||
end,
|
end,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -199,15 +199,6 @@ local plugin_specs = {
|
|||||||
branch = "v2",
|
branch = "v2",
|
||||||
},
|
},
|
||||||
{ "rebelot/kanagawa.nvim", lazy = true },
|
{ "rebelot/kanagawa.nvim", lazy = true },
|
||||||
{ "miikanissi/modus-themes.nvim", priority = 1000 },
|
|
||||||
{ "wtfox/jellybeans.nvim", priority = 1000 },
|
|
||||||
{ "projekt0n/github-nvim-theme", name = "github-theme" },
|
|
||||||
{ "e-ink-colorscheme/e-ink.nvim", priority = 1000 },
|
|
||||||
{ "ficcdaf/ashen.nvim", priority = 1000 },
|
|
||||||
{ "savq/melange-nvim", priority = 1000 },
|
|
||||||
{ "Skardyy/makurai-nvim", priority = 1000 },
|
|
||||||
{ "vague2k/vague.nvim", priority = 1000 },
|
|
||||||
{ "webhooked/kanso.nvim", priority = 1000 },
|
|
||||||
|
|
||||||
-- plugins to provide nerdfont icons
|
-- plugins to provide nerdfont icons
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user