main
Dan7h3x 2024-11-22 10:13:09 +03:30
parent 3319e5fd5e
commit 9b511bf85c
1 changed files with 1 additions and 1 deletions

View File

@ -386,7 +386,7 @@ function M.setup(opts)
}) })
end end
vim.api.nvim_set_hl(0, "LspSignatureActiveParameter", vim.api.nvim_set_hl(0, "LspSignatureActiveParameter",
{ fg = opts.active_parameter_colors.fg, bg = opts.active_parameter_colors.bg }) { fg = opts.config.active_parameter_colors.fg, bg = opts.config.active_parameter_colors.bg })
vim.cmd(string.format([[ vim.cmd(string.format([[
highlight default SignatureHelpMethod guifg=%s highlight default SignatureHelpMethod guifg=%s
highlight default SignatureHelpParameter guifg=%s highlight default SignatureHelpParameter guifg=%s