Merge pull request #4850 from daanturo/2021-04-12

Add counsel-outline to :not ivy-prescient-sort-commands
This commit is contained in:
Henrik Lissner 2021-04-14 12:46:47 -04:00 committed by GitHub
commit 58e36b0b13
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -387,9 +387,9 @@ results buffer.")
(setq ivy-prescient-sort-commands
'(: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)
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 counsel-outline)
ivy-prescient-retain-classic-highlighting t)
(defun +ivy-prescient-non-fuzzy (str)
(let ((prescient-filter-method '(literal regexp)))