completion/ivy: ivy-extra-directories = nil

Removes the ./ and ../ entries from ivy file completion commands. These
can still be typed in to navigate buffers.
This commit is contained in:
Henrik Lissner 2019-10-20 10:33:43 -04:00
parent 5b9b029bbf
commit 182b8a3ba9
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -63,6 +63,8 @@ immediately runs it on the current candidate (ending the ivy session)."
ivy-wrap t
ivy-fixed-height-minibuffer t
projectile-completion-system 'ivy
;; Remove ./ and ../ from file commands
ivy-extra-directories nil
;; disable magic slash on non-match
ivy-magic-slash-non-match-action nil
;; don't show recent files in switch-buffer