Merge pull request #3839 from cxb811201/patch-1
Fix ivy interop with lsp-ivy-workspace-symbol
This commit is contained in:
commit
f59ffe32a7
1 changed files with 5 additions and 3 deletions
|
@ -381,9 +381,11 @@ evil-ex-specific constructs, so we disable it solely in evil-ex."
|
||||||
'(literal regexp initialism)))
|
'(literal regexp initialism)))
|
||||||
:config
|
:config
|
||||||
(setq ivy-prescient-sort-commands
|
(setq ivy-prescient-sort-commands
|
||||||
'(:not swiper swiper-isearch ivy-switch-buffer counsel-grep
|
'(:not swiper swiper-isearch ivy-switch-buffer
|
||||||
counsel-git-grep counsel-ag counsel-rg counsel-imenu
|
lsp-ivy-workspace-symbol ivy-resume ivy--restore-session
|
||||||
counsel-yank-pop counsel-recentf counsel-buffer-or-recentf)
|
counsel-grep counsel-git-grep counsel-rg counsel-ag
|
||||||
|
counsel-ack counsel-fzf counsel-pt counsel-imenu
|
||||||
|
counsel-yank-pop counsel-recentf counsel-buffer-or-recentf)
|
||||||
ivy-prescient-retain-classic-highlighting t)
|
ivy-prescient-retain-classic-highlighting t)
|
||||||
(defun +ivy-prescient-non-fuzzy (str)
|
(defun +ivy-prescient-non-fuzzy (str)
|
||||||
(let ((prescient-filter-method '(literal regexp)))
|
(let ((prescient-filter-method '(literal regexp)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue