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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user