bump: :lang sh

Alexander-Miller/company-shell@52f3bf26b7 -> Alexander-Miller/company-shell@a77f4de759

Updates company-shell to include `company-shell-dont-fetch-meta`, so we
can prevent slowdown caused by whatis shell calls to look up meta
strings.

Ref: https://github.com/Alexander-Miller/company-shell#excessively-slow-meta-lookup
This commit is contained in:
frodera 2021-12-01 00:03:03 +11:00 committed by GitHub
parent 546bac945f
commit b352470f69
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
;;; lang/sh/packages.el
(when (featurep! :completion company)
(package! company-shell :pin "52f3bf26b74adc30a275f5f4290a1fc72a6876ff"))
(package! company-shell :pin "a77f4de75912aa87314cde92c603b831d5050246"))
(when (featurep! +fish)
(package! fish-mode :pin "a7c953b1491ac3a3e00a7b560f2c9f46b3cb5c04"))