summaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorAlvaro Muñoz <pwntester@github.com>2020-10-08 19:34:59 +0200
committerGitHub <noreply@github.com>2020-10-08 13:34:59 -0400
commit6af6b4e5fd7de7ce4b6791cc8093783f1af3bd58 (patch)
treeb9158593616ef83414b54f9926c6de3b3e9ef933 /plugin
parent25ed3de0ff1a4ef6e18057b1f4d59f7f1f90b8b1 (diff)
feat: prompt_prefix option (#154)
* enable prompt_prefix option * add hl and default value * default hl and prefix * fixup: move the redraw til after prompt create * fixup: nits Co-authored-by: TJ DeVries <devries.timothyj@gmail.com>
Diffstat (limited to 'plugin')
-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)