We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1790680 commit 2176417Copy full SHA for 2176417
autoload/lsp.vim
@@ -162,7 +162,7 @@ function! s:register_events() abort
162
endif
163
autocmd CursorMoved * call s:on_cursor_moved()
164
autocmd BufWinEnter,BufWinLeave,InsertEnter * call lsp#ui#vim#references#clean_references()
165
- autocmd CursorMoved * call lsp#ui#vim#references#highlight(v:false)
+ autocmd CursorMoved * if g:lsp_highlight_references_enabled | call lsp#ui#vim#references#highlight(v:false) | endif
166
augroup END
167
call s:on_text_document_did_open()
168
endfunction
0 commit comments