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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user