Closed cmoscofian closed 2 years ago
Hi @cmoscofian :wave:, thanks for your contribution :+1: I'll review and test the changes within the next week(s).
The style looks good to me, but please move the code line into the already existing Neovim LSP block which is guarded for “vanilla” Vim users.
Yeap, no problem. Since you mentioned it I noticed that there are a few neovim specific definitions outside of that if statement, that were all introduced on version 0.5 (Diagnostics, NativeLSP and Treesitter).
Should I give a whirl at a minor refactor and just subject them all under the same specific condition checking for 0.5?
Before
After
Currently when calling
vim.lsp.buf.signature_help
on a given function/method nord does not highlight or differentiate the active parameter.This PR adds an accent color (
nord8
) and an underline to the current active parameter making it stand out.Highlight group docs: https://github.com/neovim/neovim/blob/70db972e5fbcab39946ad8ac05472a693cf65b68/runtime/doc/lsp.txt#L456-L459
See it in action: Before:
After:
Live: