Move lsp! to local-vars hooks

- Set lsp-java-server-install-dir
- Use lsp! instead of lsp in lang/cc
This commit is contained in:
Henrik Lissner 2019-07-07 01:58:08 +02:00
parent 9c15bb82f9
commit 7c9e9a3446
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
4 changed files with 5 additions and 4 deletions

View file

@ -232,4 +232,4 @@ This is ignored by ccls.")
(setq-local company-transformers nil)
(setq-local company-lsp-async t)
(setq-local company-lsp-cache-candidates nil)
(lsp)))
(lsp!)))