mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Add company-files backend to sh-mode
This commit is contained in:
@ -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))
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user