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>
This commit is contained in:
Alvaro Muñoz
2020-10-08 19:34:59 +02:00
committed by GitHub
parent 25ed3de0ff
commit 6af6b4e5fd
3 changed files with 17 additions and 12 deletions

View File

@@ -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)