chore(nvim): change theme again
parent
25ca49023f
commit
bb63129e51
|
@ -96,11 +96,15 @@ require("lazy").setup({
|
||||||
-- Colorscheme
|
-- Colorscheme
|
||||||
-- https://github.com/folke/tokyonight.nvim
|
-- https://github.com/folke/tokyonight.nvim
|
||||||
{
|
{
|
||||||
"folke/tokyonight.nvim",
|
"projekt0n/github-nvim-theme",
|
||||||
lazy = false,
|
lazy = false, -- make sure we load this during startup if it is your main colorscheme
|
||||||
priority = 1000,
|
priority = 1000, -- make sure to load this before all the other start plugins
|
||||||
config = function()
|
config = function()
|
||||||
vim.api.nvim_command("colorscheme tokyonight")
|
require("github-theme").setup({
|
||||||
|
-- ...
|
||||||
|
})
|
||||||
|
|
||||||
|
vim.cmd("colorscheme github_dark_dimmed")
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue