Files
doomemacs/modules/completion/selectrum/TODO.org
Itai Y. Efrat 750721492c selectrum: add consult-lsp
- add `consult-lsp` to tools/lsp if the selectrum module is active
- add the selectrum/consult version of workspace symbol search under `SPC c j/J`
- update TODO.org
2021-07-25 02:49:41 +03:00

15 lines
528 B
Org Mode

* PROJ List of things not working
** TODO Start-up with recent files
** TODO Add vanilla keybindings
*** TODO Add keybinding for embark-act
** TODO ~+orderless~ doesn't work
* PROJ List of things needed for Ivy parity
** TODO Icons
https://github.com/minad/marginalia/issues/59
** TODO make backspace work in filepath searching
In ivy, backspace on =/foo/bar/!= (where =!= is the cursor) leads to =/foo/!=
In selectrum, it leads to =/foo/bar!=
** TODO =SPC s B=
* PROJ Other
** TODO bind =consult-lsp-diagnostics= to something?