Add company-files backend to sh-mode

This commit is contained in:
Henrik Lissner 2017-07-05 18:20:45 +02:00
parent ac70606452
commit b9d73a6602
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -50,6 +50,6 @@
:when (featurep! :completion company)
:after sh-script
:config
(set! :company-backend 'sh-mode '(company-shell))
(set! :company-backend 'sh-mode '(company-shell company-files))
(setq company-shell-delete-duplicates t))