return {
{
"LazyVim",
- opts = { colorscheme = "catppuccin-mocha" },
- dependencies = { "catppuccin" },
+ opts = { colorscheme = "onenord" },
+ dependencies = { "onenord.nvim" },
},
{
-- this meta plugin can be used to install all colorschemes to test with telescope
},
},
},
- { "shaunsingh/nord.nvim"},
+ {
+ "shaunsingh/nord.nvim",
+ dev = true,
+ init = function()
+ vim.g.nord_contrats = true
+ vim.g.nord_borders = true
+ vim.g.nord_bold = false
+ vim.g.nord_uniform_diff_background = false
+ vim.g.nord_disable_background = false
+ end,
+ },
-- conflicts with above
-- { "gbprod/nord.nvim"},
},