1 ---@type LazyPluginSpec
3 { "LazyVim", opts = { colorscheme = "onenord" } },
5 -- this meta plugin can be used to install all colorschemes to test with telescope
11 -- requires too much configuration to make look good
12 "rmehri01/onenord.nvim",
13 opts = function(_, opts)
14 local colors = require("onenord.colors").load()
15 opts = vim.tbl_extend("force", opts, {
17 ["@parameter"] = { fg = colors.fg },
18 ["@namespace"] = { fg = colors.fg },
19 ["@type"] = { fg = colors.fg },
20 ["@variable.builtin"] = { fg = colors.fg },
26 { "folke/tokyonight.nvim" },
27 { "shaunsingh/nord.nvim"},
28 -- conflicts with above
29 -- { "gbprod/nord.nvim"},