mod(nvim): switch to my colorscheme fork

This commit is contained in:
Léana 江 2023-06-21 23:43:37 +02:00 committed by Léana 江
parent 0d5ad6f02d
commit c15fb80a61
2 changed files with 9 additions and 73 deletions

View file

@ -20,7 +20,15 @@ require("lazy").setup({
"Eandrju/cellular-automaton.nvim",
-- Colorschemes
"Th3Whit3Wolf/one-nvim",
-- "Th3Whit3Wolf/one-nvim",
-- { "leana8959/one-nvim", branch = "debug", },
{
"leana8959/one-nvim",
config = function()
vim.opt.background = "light"
vim.cmd.colorscheme("one-nvim")
end
},
-- Nice to have
"RaafatTurki/hex.nvim",