Add company-files backend to sh-mode
This commit is contained in:
parent
ac70606452
commit
b9d73a6602
1 changed files with 1 additions and 1 deletions
|
@ -50,6 +50,6 @@
|
||||||
:when (featurep! :completion company)
|
:when (featurep! :completion company)
|
||||||
:after sh-script
|
:after sh-script
|
||||||
:config
|
:config
|
||||||
(set! :company-backend 'sh-mode '(company-shell))
|
(set! :company-backend 'sh-mode '(company-shell company-files))
|
||||||
(setq company-shell-delete-duplicates t))
|
(setq company-shell-delete-duplicates t))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue