Remove dependence on company for fish and bash completion

Bash and fish completion work without company, e.g. when the user uses
the minibuffer for completion.
This commit is contained in:
Leo Okawa Ericson 2021-06-09 10:27:01 +02:00
parent 2731685095
commit db83e94bad

View file

@ -9,6 +9,5 @@
(package! eshell-syntax-highlighting :pin "32d2568ebeb42553a30dda77e03c0e2ec8854199")
(unless IS-WINDOWS
(when (featurep! :completion company)
(package! fish-completion :pin "10384881817b5ae38cf6197a077a663420090d2c")
(package! bash-completion :pin "65e54c6f9c0ffebf94f7c505694bd249b9b53d32")))
(package! fish-completion :pin "10384881817b5ae38cf6197a077a663420090d2c")
(package! bash-completion :pin "65e54c6f9c0ffebf94f7c505694bd249b9b53d32"))