From f285599440fcdbf97a7f44d120d403c80316f576 Mon Sep 17 00:00:00 2001 From: Luke Kershaw <35707277+l-kershaw@users.noreply.github.com> Date: Wed, 5 Jan 2022 22:42:29 +0000 Subject: 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 --- plugin/telescope.vim | 1 + 1 file changed, 1 insertion(+) (limited to 'plugin') 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 -- cgit v1.2.3