Minor refactors; unbind F1 from company active map

This commit is contained in:
Henrik Lissner 2019-12-13 14:25:30 -05:00
parent 967390fe6c
commit 0ec0ff5ecb
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
3 changed files with 6 additions and 4 deletions

View file

@ -3,9 +3,10 @@
(use-package! lsp-java
:after-call java-mode
:init (add-hook 'java-mode-local-vars-hook #'lsp!)
:config
:init
(add-hook 'java-mode-local-vars-hook #'lsp!)
(setq lsp-java-server-install-dir (concat doom-etc-dir "eclipse.jdt.ls/server/"))
:config
;; TODO keybinds
;; TODO treemacs integration (?)
)