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 --- lua/telescope/config.lua | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'lua/telescope/config.lua') diff --git a/lua/telescope/config.lua b/lua/telescope/config.lua index 7bd07dc..043ac8a 100644 --- a/lua/telescope/config.lua +++ b/lua/telescope/config.lua @@ -245,6 +245,18 @@ append( Default: ' ']] ) +append( + "multi_icon", + "+", + [[ + Symbol to add in front of a multi-selected result entry. + Replaces final character of |telescope.defaults.selection_caret| and + |telescope.defaults.entry_prefix| as appropriate. + To have no icon, set to the empty string. + + Default: '+']] +) + append( "initial_mode", "insert", -- cgit v1.2.3