From 80cb70c4f949c2abfbcb58636b17bac357ce8596 Mon Sep 17 00:00:00 2001 From: Charles Moscofian Date: Sat, 22 Jan 2022 15:19:27 -0300 Subject: [PATCH] Add support for LSPSignatureHelpActiveParameter Currently when calling `vim.lsp.buf.signature_help` on a given function/method nord does not highlight or differentiate in any way the active parameter. This commit adds an accent color (nord8) and an underline to the current active parameter making it stand out. --- colors/nord.vim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/colors/nord.vim b/colors/nord.vim index 068dcb45..35deb74f 100755 --- a/colors/nord.vim +++ b/colors/nord.vim @@ -231,6 +231,9 @@ call s:hi("LspReferenceText", "", s:nord3_gui, "", s:nord3_term, "", "") call s:hi("LspReferenceRead", "", s:nord3_gui, "", s:nord3_term, "", "") call s:hi("LspReferenceWrite", "", s:nord3_gui, "", s:nord3_term, "", "") +"+- Neovim LspSignatureHelp -+ +call s:hi("LspSignatureActiveParameter", s:nord8_gui, "", s:nord8_term, "", s:underline, "") + "+--- Gutter ---+ call s:hi("CursorColumn", "", s:nord1_gui, "NONE", s:nord1_term, "", "") if g:nord_cursor_line_number_background == 0