Configure company for lsp

This commit is contained in:
Andreas Zweili 2023-05-02 20:51:17 +02:00
parent 014be02899
commit ba4e31b9c8
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@
(lsp-mode . lsp-enable-which-key-integration))
:config
(lsp-treemacs-sync-mode 1)
(setq company-minimum-prefix-length 1
company-idle-delay 0.0) ;; default is 0.2
:commands lsp)
;; optionally