Fork me on GitHub
#vim
<
2021-07-28
>
walterl21:07:51

@dharrigan This helped me distinguish between keywords and semantic "variables" (both red) in palenight:

call palenight#set_highlight('CocSem_type', {'fg': palenight#GetColors()['dark_red']})
call palenight#set_highlight('CocSem_variable', {'fg': palenight#GetColors()['yellow']})

walterl21:07:59

CocSem_type is used for ns aliases, which uses yellow by default

dharrigan06:07:07

Very good! I'll add that to my config! Thank you!

😄 3