mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
tweak(vertico): add basic completion style fallback
This is now the recommended configuration, see the referenced issue. Ref: oantolin/orderless#111
This commit is contained in:
@ -86,7 +86,7 @@ orderless."
|
|||||||
+vertico-basic-remote-try-completion
|
+vertico-basic-remote-try-completion
|
||||||
+vertico-basic-remote-all-completions
|
+vertico-basic-remote-all-completions
|
||||||
"Use basic completion on remote files only"))
|
"Use basic completion on remote files only"))
|
||||||
(setq completion-styles '(orderless)
|
(setq completion-styles '(orderless basic)
|
||||||
completion-category-defaults nil
|
completion-category-defaults nil
|
||||||
;; note that despite override in the name orderless can still be used in
|
;; note that despite override in the name orderless can still be used in
|
||||||
;; find-file etc.
|
;; find-file etc.
|
||||||
|
Reference in New Issue
Block a user