diff options
| author | fdschmidt93 <39233597+fdschmidt93@users.noreply.github.com> | 2021-09-27 15:24:35 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-27 15:24:35 +0200 |
| commit | a6c7498bdcd661e86ec0c1181ed50024beb540f7 (patch) | |
| tree | 3b85b283bda8275160057252b74a75aff4abdbd2 /plugin/telescope.vim | |
| parent | 87471bc3ff83ddfc47d18c2f0f096e97e6a557bf (diff) | |
feat: filetype_hook & improved docs; fix preview partial override (#1273)
Diffstat (limited to 'plugin/telescope.vim')
| -rw-r--r-- | plugin/telescope.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/telescope.vim b/plugin/telescope.vim index e6ff508..e931b6c 100644 --- a/plugin/telescope.vim +++ b/plugin/telescope.vim @@ -53,8 +53,8 @@ highlight default link TelescopePreviewSize String highlight default link TelescopePreviewUser Constant highlight default link TelescopePreviewGroup Constant highlight default link TelescopePreviewDate Directory - highlight default link TelescopePreviewMessage TelescopePreviewNormal +highlight default link TelescopePreviewFillchar TelescopePreviewNormal " Used for Picker specific Results highlighting highlight default link TelescopeResultsClass Function |
