From d82b9198d4dda1ac4a96756570f56125a1f86cb1 Mon Sep 17 00:00:00 2001 From: Mathew Robinson Date: Thu, 8 Apr 2021 13:52:04 +0100 Subject: [PATCH] fix(nvim): Add LspReference* groups (#241) Adds LspReference groups so that the reference highlighting feature works for neovim built-in LSP. Co-authored-by: Mathew Robinson --- colors/dracula.vim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/colors/dracula.vim b/colors/dracula.vim index a10fc63..1d0c17c 100644 --- a/colors/dracula.vim +++ b/colors/dracula.vim @@ -250,6 +250,9 @@ call s:h('Conceal', s:cyan, s:none) " Neovim uses SpecialKey for escape characters only. Vim uses it for that, plus whitespace. if has('nvim') hi! link SpecialKey DraculaRed + hi! link LspReferenceText DraculaSelection + hi! link LspReferenceRead DraculaSelection + hi! link LspReferenceWrite DraculaSelection hi! link LspDiagnosticsDefaultInformation DraculaCyan hi! link LspDiagnosticsDefaultHint DraculaCyan hi! link LspDiagnosticsDefaultError DraculaError