fix: add loading guard (#602)

This commit is contained in:
Dmitry
2021-03-04 16:41:50 +03:00
committed by GitHub
parent db7615578b
commit 8dc00b08aa

View File

@@ -1,3 +1,8 @@
if exists('g:loaded_telescope')
finish
endif
let g:loaded_telescope = 1
" Sets the highlight for selected items within the picker. " Sets the highlight for selected items within the picker.
highlight default link TelescopeSelection Visual highlight default link TelescopeSelection Visual
highlight default link TelescopeSelectionCaret TelescopeSelection highlight default link TelescopeSelectionCaret TelescopeSelection