diff options
| author | Alvaro Muñoz <pwntester@github.com> | 2020-10-02 17:26:11 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-02 11:26:11 -0400 |
| commit | c414e5f869ec325552e3a4699361da19a365a95f (patch) | |
| tree | 04a6fc053ae21459c8a93f7217529fa00319da14 /plugin/telescope.vim | |
| parent | efffe0b533c67719d33f704042b8fa7789ab78df (diff) | |
feat: Add highlight for selection caret (#135)
* Add highlight for selection caret
* add default hl
* remove highlight overlap
Diffstat (limited to 'plugin/telescope.vim')
| -rw-r--r-- | plugin/telescope.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin/telescope.vim b/plugin/telescope.vim index 5b8e53a..3fbc8dd 100644 --- a/plugin/telescope.vim +++ b/plugin/telescope.vim @@ -1,6 +1,7 @@ " Sets the highlight for selected items within the picker. highlight default link TelescopeSelection Visual +highlight default link TelescopeSelectionCaret TelescopeSelection highlight default link TelescopeMultiSelection Type " "Normal" in the floating windows created by telescope. |
