summaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
Diffstat (limited to 'plugin')
-rw-r--r--plugin/telescope.vim8
1 files changed, 8 insertions, 0 deletions
diff --git a/plugin/telescope.vim b/plugin/telescope.vim
index 3a333c9..0361f3e 100644
--- a/plugin/telescope.vim
+++ b/plugin/telescope.vim
@@ -5,6 +5,14 @@ highlight default link TelescopeSelection Visual
" "Normal" in the floating windows created by telescope.
highlight default link TelescopeNormal Normal
+" Border highlight groups.
+" Use TelescopeBorder to override the default.
+" Otherwise set them specifically
+highlight default link TelescopeBorder TelescopeNormal
+highlight default link TelescopePromptBorder TelescopeBorder
+highlight default link TelescopeResultsBorder TelescopeBorder
+highlight default link TelescopePreviewBorder TelescopeBorder
+
" This is like "<C-R>" in your terminal.
" To use it, do `cmap <C-R> <Plug>(TelescopeFuzzyCommandSearch)