summaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
Diffstat (limited to 'plugin')
-rw-r--r--plugin/telescope.vim3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugin/telescope.vim b/plugin/telescope.vim
index b9d99ee..f01474c 100644
--- a/plugin/telescope.vim
+++ b/plugin/telescope.vim
@@ -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)