nordtheme / vim

An arctic, north-bluish clean and elegant Vim theme.
https://www.nordtheme.com/ports/vim
MIT License
2.52k stars 275 forks source link

add support for Lsp codelens #266

Closed jan-xyz closed 3 years ago

jan-xyz commented 3 years ago

code lenses are currently highlighted with the default color. This change adjusts it to make it less visually intrusive like comments. docs: https://neovim.io/doc/user/lsp.html#hl-LspCodeLens

Before:

125170561-cc6aa680-e1af-11eb-9a21-98bbdd62e821

After:

Screenshot 2021-07-10 at 19 28 57

It is based on the VS code highlighting:

Screenshot 2021-07-10 at 19 10 09
arcticicestudio commented 3 years ago

Hi @jan-xyz :wave:, thanks for your contribution :+1: I'll try to test and review the changes this weekend.

jan-xyz commented 3 years ago

Done! :) Thanks for the feedback! Would you appreciate another PR that moves other Comments to the custom group as well?

jan-xyz commented 3 years ago

hey @arcticicestudio, any news on getting this merged? 😊

jan-xyz commented 3 years ago

No need to apologize! I appreciate consistent behavior and as this is something new I totally understand that you haven't figured out and planned all of the quirks and bits yet! I'll see to it soon and I hope you had a great digital free vacation 🤗

jan-xyz commented 3 years ago

@arcticicestudio I applied your requested changes

svengreb commented 2 years ago
Release Note Assets

Before

After