You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Suggest adding LspReference... for symbol highlighting in colors/onedark.vim
" Neovim LSP (for versions < 0.5.1) {{{
hi link LspDiagnosticsDefaultError DiagnosticError
hi link LspDiagnosticsDefaultWarning DiagnosticWarn
hi link LspDiagnosticsDefaultInformation DiagnosticInfo
hi link LspDiagnosticsDefaultHint DiagnosticHint
hi link LspDiagnosticsUnderlineError DiagnosticUnderlineError
hi link LspDiagnosticsUnderlineWarning DiagnosticUnderlineWarn
hi link LspDiagnosticsUnderlineInformation DiagnosticUnderlineInfo
hi link LspDiagnosticsUnderlineHint DiagnosticUnderlineHint
call s:h("LspReferenceText", { "bg": s:visual_grey })
call s:h("LspReferenceRead", { "bg": s:visual_grey })
call s:h("LspReferenceWrite", { "bg": s:visual_grey })
" }}}
The text was updated successfully, but these errors were encountered:
Suggest adding
LspReference...
for symbol highlighting incolors/onedark.vim
The text was updated successfully, but these errors were encountered: