diff --git a/modules/completion/company/config.el b/modules/completion/company/config.el index 9c92a53c0..2096983d7 100644 --- a/modules/completion/company/config.el +++ b/modules/completion/company/config.el @@ -51,6 +51,11 @@ ;; ;; Packages +(after! company-files + (pushnew! company-files--regexps + "file:\\(\\(?:\\.\\{1,2\\}/\\|~/\\|/\\)[^\]\n]*\\)")) + + (use-package! company-prescient :hook (company-mode . company-prescient-mode) :config