summaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
Diffstat (limited to 'plugin')
-rw-r--r--plugin/telescope.vim5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugin/telescope.vim b/plugin/telescope.vim
index 751358c..ee2f475 100644
--- a/plugin/telescope.vim
+++ b/plugin/telescope.vim
@@ -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.
highlight default link TelescopeSelection Visual
highlight default link TelescopeSelectionCaret TelescopeSelection