mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
mod(nvim): switch to my colorscheme fork
This commit is contained in:
parent
0d5ad6f02d
commit
c15fb80a61
2 changed files with 9 additions and 73 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue