summaryrefslogtreecommitdiff
path: root/plugin/telescope.vim
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/telescope.vim')
-rw-r--r--plugin/telescope.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugin/telescope.vim b/plugin/telescope.vim
index 3fbc8dd..7a8fa9b 100644
--- a/plugin/telescope.vim
+++ b/plugin/telescope.vim
@@ -18,6 +18,8 @@ highlight default link TelescopePreviewBorder TelescopeBorder
" Used for highlighting characters that you match.
highlight default link TelescopeMatching NormalNC
+" Used for the prompt prefix
+highlight default link TelescopePromptPrefix Identifier
" This is like "<C-R>" in your terminal.
" To use it, do `cmap <C-R> <Plug>(TelescopeFuzzyCommandSearch)