Replies: 5 comments 3 replies
|
I cannot reproduce this. Do you have any insights on what could be wrong? Do you use the newest versions? You could also use |
2 replies
0 replies
|
This works in my test: (vertico-mode)
(vertico-multiform-mode)
(setq vertico-multiform-categories
'((file (vertico-sort-function . vertico-sort-directories-first)
(:keymap . vertico-directory-map))))Your sort function is incorrect. |
0 replies
|
Sorry, I see. You can't use |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



Uh oh!
There was an error while loading. Please reload this page.
This is my working Vertico setup. I'm not using any related packages:
However, if I change the last sexp to
directories are no longer sorted before files.
All reactions