From 6af6b4e5fd7de7ce4b6791cc8093783f1af3bd58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alvaro=20Mu=C3=B1oz?= Date: Thu, 8 Oct 2020 19:34:59 +0200 Subject: 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 --- plugin/telescope.vim | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugin') 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 "" in your terminal. " To use it, do `cmap (TelescopeFuzzyCommandSearch) -- cgit v1.2.3