summaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorLuke Kershaw <35707277+l-kershaw@users.noreply.github.com>2022-01-05 22:42:29 +0000
committerGitHub <noreply@github.com>2022-01-05 22:42:29 +0000
commitf285599440fcdbf97a7f44d120d403c80316f576 (patch)
tree1f957e086e1f07516c234ecd3e49657ab664744f /plugin
parent749ce3b8ca1989ce5a7f9a062b7c21f38f1a6d83 (diff)
feat: multiselect icon (#1572)
* feat: add `multi_icon` option to pickers and corresponding highlight * feat: allow `multi_icon` to be any length * fix: adjust `selection_caret` highlighting
Diffstat (limited to 'plugin')
-rw-r--r--plugin/telescope.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin/telescope.vim b/plugin/telescope.vim
index 5bf3cf0..1aa033f 100644
--- a/plugin/telescope.vim
+++ b/plugin/telescope.vim
@@ -12,6 +12,7 @@ let g:loaded_telescope = 1
highlight default link TelescopeSelection Visual
highlight default link TelescopeSelectionCaret TelescopeSelection
highlight default link TelescopeMultiSelection Type
+highlight default link TelescopeMultiIcon Identifier
" "Normal" in the floating windows created by telescope.
highlight default link TelescopeNormal Normal