You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 7, 2026. It is now read-only.
return {
{
"Tsuzat/NeoSolarized.nvim",
lazy=false, -- make sure we load this during startup if it is your main colorschemepriority=1000, -- make sure to load this before all the other start pluginsconfig=function()
localns=require("NeoSolarized")
ns.setup({
transparent=false,
})
vim.cmd([[ colorscheme NeoSolarized ]])
end,
},
}
When using signature help from a lsp (nvim-lsp, default configs), the current argument appears to be one of the background colours, and is far too low contrast to be easily read: