From 87471bc3ff83ddfc47d18c2f0f096e97e6a557bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A1vio=20Carlos=20Martins=20Costa?= Date: Mon, 27 Sep 2021 06:59:05 -0300 Subject: feat: add highlight group: TelescopePreviewMessage (#1286) * feat: add highlight group: TelescopePreviewMessage * fix indentation from 4 to 2 spaces --- plugin/telescope.vim | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugin') 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 -- cgit v1.2.3