completion/selectrum -> completion/vertico, part 2
- Rename module from `:completion selectrum` to `:completion vertico` - Rename all files involved - Do *not* yet rename all the functions, as that messes up git's rename detection.
This commit is contained in:
parent
f9e1c99b2b
commit
24eaa1317c
33 changed files with 79 additions and 90 deletions
|
@ -15,7 +15,7 @@
|
|||
|
||||
|
||||
(use-package! bibtex-actions
|
||||
:when (featurep! :completion selectrum)
|
||||
:when (featurep! :completion vertico)
|
||||
:after embark
|
||||
:defer t
|
||||
:config
|
||||
|
|
|
@ -6,5 +6,5 @@
|
|||
(package! ivy-bibtex :pin "9f6ea920a49457d85096caa0e61f086a42b2908e"))
|
||||
(when (featurep! :completion helm)
|
||||
(package! helm-bibtex :pin "9f6ea920a49457d85096caa0e61f086a42b2908e"))
|
||||
(when (featurep! :completion selectrum)
|
||||
(when (featurep! :completion vertico)
|
||||
(package! bibtex-actions :pin "b1ddbb32373ac01b6bb46dfc4cdc143461e3c14c"))
|
||||
|
|
|
@ -245,7 +245,7 @@ Will return nil if neither is available. These require ripgrep to be installed."
|
|||
((featurep! :completion helm)
|
||||
(+helm-file-search :query query)
|
||||
t)
|
||||
((featurep! :completion selectrum)
|
||||
((featurep! :completion vertico)
|
||||
(+selectrum-file-search :query query)
|
||||
t))))))
|
||||
|
||||
|
|
|
@ -181,7 +181,7 @@ Dictionary.app behind the scenes to get definitions.")
|
|||
:when (featurep! :completion helm))
|
||||
|
||||
(use-package! consult-xref
|
||||
:when (featurep! :completion selectrum)
|
||||
:when (featurep! :completion vertico)
|
||||
:init
|
||||
(setq xref-show-xrefs-function #'consult-xref
|
||||
xref-show-definitions-function #'consult-xref)))
|
||||
|
|
|
@ -69,7 +69,7 @@ As of this writing, this is the state of LSP support in Doom Emacs:
|
|||
+ [[https://github.com/emacs-lsp/lsp-ui][lsp-ui]]
|
||||
+ [[https://github.com/emacs-lsp/lsp-ivy][lsp-ivy]] (=:completion ivy=)
|
||||
+ [[https://github.com/emacs-lsp/helm-lsp][helm-lsp]] (=:completion helm=)
|
||||
+ [[https://github.com/gagbo/consult-lsp][consult-lsp]] (=:completion selectrum=)
|
||||
+ [[https://github.com/gagbo/consult-lsp][consult-lsp]] (=:completion vertico=)
|
||||
+ [[https://github.com/joaotavora/eglot][eglot]]
|
||||
|
||||
* Prerequisites
|
||||
|
@ -87,7 +87,7 @@ including instructions to register your own.
|
|||
* TODO Features
|
||||
** LSP-powered project search
|
||||
Without the =+eglot= flag, and when =:completion ivy=, =:completion helm= or
|
||||
=:completion selectrum= is active, LSP is used to search a symbol indexed by the
|
||||
=:completion vertico= is active, LSP is used to search a symbol indexed by the
|
||||
LSP server :
|
||||
| Keybind | Description |
|
||||
|-----------+-------------------------------------|
|
||||
|
|
|
@ -9,5 +9,5 @@
|
|||
(package! lsp-ivy :pin "bccd86028e669f5a1cad78364775fe7a0741ff93"))
|
||||
(when (featurep! :completion helm)
|
||||
(package! helm-lsp :pin "c2c6974dadfac459b1a69a1217441283874cea92"))
|
||||
(when (featurep! :completion selectrum)
|
||||
(when (featurep! :completion vertico)
|
||||
(package! consult-lsp :pin "c882749e91e4de3bae17d825ac9950cc074b1595")))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue