---@type LazyPluginSpec
return {
- { "LazyVim", opts = { colorscheme = "nord" } },
+ { "LazyVim", opts = { colorscheme = "onenord" } },
{
-- this meta plugin can be used to install all colorschemes to test with telescope
name = "colorschemes",
dir = "",
lazy = true,
dependencies = {
- { "shaunsingh/nord.nvim"},
- -- conflicts with above
- -- { "gbprod/nord.nvim"},
{
-- requires too much configuration to make look good
"rmehri01/onenord.nvim",
end,
},
{ "folke/tokyonight.nvim" },
+ { "shaunsingh/nord.nvim"},
+ -- conflicts with above
+ -- { "gbprod/nord.nvim"},
},
},
}