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

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))