summaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorSávio Carlos Martins Costa <saviocmc@protonmail.com>2021-09-27 06:59:05 -0300
committerGitHub <noreply@github.com>2021-09-27 11:59:05 +0200
commit87471bc3ff83ddfc47d18c2f0f096e97e6a557bf (patch)
tree3aa7f50a7f02fe333d927cd17114873e7a6e8c03 /plugin
parent4816a27d7680feed293d21a945c476947af20d29 (diff)
feat: add highlight group: TelescopePreviewMessage (#1286)
* feat: add highlight group: TelescopePreviewMessage * fix indentation from 4 to 2 spaces
Diffstat (limited to 'plugin')
-rw-r--r--plugin/telescope.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugin/telescope.vim b/plugin/telescope.vim
index dc727ff..e6ff508 100644
--- a/plugin/telescope.vim
+++ b/plugin/telescope.vim
@@ -54,6 +54,8 @@ highlight default link TelescopePreviewUser Constant
highlight default link TelescopePreviewGroup Constant
highlight default link TelescopePreviewDate Directory
+highlight default link TelescopePreviewMessage TelescopePreviewNormal
+
" Used for Picker specific Results highlighting
highlight default link TelescopeResultsClass Function
highlight default link TelescopeResultsConstant Constant