diff --git a/init.org b/init.org index 19d11b0..fee876d 100644 --- a/init.org +++ b/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