From e2a4d77590453d4500f1bd6c7e2f1fa41c6a69c9 Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Tue, 19 Oct 2021 20:20:40 +0530 Subject: [PATCH] nvim: yolokai: Add LSP highlight --- nvim/.config/nvim/colors/yolokai.vim | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nvim/.config/nvim/colors/yolokai.vim b/nvim/.config/nvim/colors/yolokai.vim index eaae88e..0b283a3 100644 --- a/nvim/.config/nvim/colors/yolokai.vim +++ b/nvim/.config/nvim/colors/yolokai.vim @@ -214,6 +214,11 @@ local highlight_groups = { Terminal = 'Normal', NormalFloat = {bg=black, fg=white, style=NONE }, + --[[ 4.2.14. LSP Highlight ]] + LspReferenceText = 'InfoMsg', + LspReferenceRead = 'InfoMsg', + LspReferenceWrite = 'InfoMsg', + --[[ 4.3. Programming Languages Everything in this section is OPTIONAL. Feel free to remove everything here if you don't want to define it, or add more if there's something