Disable company-web.

lsp-mode does the job.
This commit is contained in:
tastytea 2021-04-21 17:24:48 +02:00
parent b27e14610e
commit d14683785a
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 6 additions and 5 deletions

View File

@ -7,11 +7,12 @@
(require 'basics/package-management)
(require 'misc/completion)
;; Use company auto-completion for (X)HTML.
(use-package company-web
:demand t
:after (company)
:config (add-to-list 'company-backends 'company-web-html))
;; Disable, because LSP does it better(?).
;; ;; Use company auto-completion for (X)HTML.
;; (use-package company-web
;; :demand t
;; :after (company)
;; :config (add-to-list 'company-backends 'company-web-html))
(use-package web-mode
:custom