Browse Source

disabled company-lsp

master
Marc 3 years ago
parent
commit
034f7824e9
1 changed files with 9 additions and 9 deletions
  1. 18
      init.org

18
init.org

@ -947,15 +947,15 @@ TODO Unterverzeichnisse wurden noch nicht getestet
(setq mode-line-format nil)))
;;NO LONGER SUPPORTED, USE company-capf / completion-at-point
(use-package company-lsp
:requires company
:defer t
:ensure t
:config
;;disable client-side cache because lsp server does a better job
(setq company-transformers nil
company-lsp-async t
company-lsp-cache-candidates nil))
;(use-package company-lsp
; :requires company
; :defer t
; :ensure t
; :config
; ;;disable client-side cache because lsp server does a better job
; (setq company-transformers nil
; company-lsp-async t
; company-lsp-cache-candidates nil))
#+END_SRC
** yasnippet

Loading…
Cancel
Save