Fix builtin.builtin again and add TelescopePreviewMatch hlgroup (#342)

This commit is contained in:
Simon Hauser
2020-12-17 16:58:48 +01:00
committed by GitHub
parent f078d149a1
commit e5155a4aa3
3 changed files with 16 additions and 6 deletions

View File

@@ -21,7 +21,8 @@ highlight default link TelescopeMatching Special
highlight default link TelescopePromptPrefix Identifier
" Used for highlighting the matched line inside Previewer. Works only for (vim_buffer_ previewer)
highlight default link TelescopePreviewLine Search
highlight default link TelescopePreviewLine Visual
highlight default link TelescopePreviewMatch Search
" This is like "<C-R>" in your terminal.
" To use it, do `cmap <C-R> <Plug>(TelescopeFuzzyCommandSearch)