diff --git a/modules/completion/ivy/config.el b/modules/completion/ivy/config.el index aa9620f2c..c8d5c12ed 100644 --- a/modules/completion/ivy/config.el +++ b/modules/completion/ivy/config.el @@ -381,9 +381,11 @@ evil-ex-specific constructs, so we disable it solely in evil-ex." '(literal regexp initialism))) :config (setq ivy-prescient-sort-commands - '(:not swiper swiper-isearch ivy-switch-buffer counsel-grep - counsel-git-grep counsel-ag counsel-rg counsel-imenu - counsel-yank-pop counsel-recentf counsel-buffer-or-recentf) + '(:not swiper swiper-isearch ivy-switch-buffer + lsp-ivy-workspace-symbol ivy-resume ivy--restore-session + 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) (defun +ivy-prescient-non-fuzzy (str) (let ((prescient-filter-method '(literal regexp)))