nvim and alacritty: onenord

This commit is contained in:
2023-12-22 09:30:07 +01:00
parent af53c0ce53
commit a46fd42e1e
2 changed files with 109 additions and 5 deletions

View File

@ -6,11 +6,9 @@ return {
-- Colorscheme
{
'rmehri01/onenord.nvim',
lazy = false,
priority = 1000,
config = function()
vim.cmd [[colorscheme onenord]]
end,
vim.cmd.colorscheme("onenord")
end
},
'neanias/everforest-nvim',
'bluz71/vim-nightfly-colors',