Change how +lookup/online populates initial input
If no selection is active, there is no initial input. If selection is active, use the selection. Also remove helm-google package, as the helm functionality is provided by the core helm package already (and actually works).
This commit is contained in:
parent
b63ce98731
commit
c57aff9b81
4 changed files with 42 additions and 14 deletions
|
@ -12,7 +12,6 @@
|
|||
(when (featurep! :completion ivy)
|
||||
(package! ivy-xref))
|
||||
(when (featurep! :completion helm)
|
||||
(package! helm-google)
|
||||
(package! helm-xref))
|
||||
|
||||
(when (featurep! +docsets)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue