mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-09 12:57:25 -05:00
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:
@ -63,6 +63,8 @@ immediately runs it on the current candidate (ending the ivy session)."
|
|||||||
ivy-wrap t
|
ivy-wrap t
|
||||||
ivy-fixed-height-minibuffer t
|
ivy-fixed-height-minibuffer t
|
||||||
projectile-completion-system 'ivy
|
projectile-completion-system 'ivy
|
||||||
|
;; Remove ./ and ../ from file commands
|
||||||
|
ivy-extra-directories nil
|
||||||
;; disable magic slash on non-match
|
;; disable magic slash on non-match
|
||||||
ivy-magic-slash-non-match-action nil
|
ivy-magic-slash-non-match-action nil
|
||||||
;; don't show recent files in switch-buffer
|
;; don't show recent files in switch-buffer
|
||||||
|
Reference in New Issue
Block a user