Minor refactors; unbind F1 from company active map
This commit is contained in:
parent
967390fe6c
commit
0ec0ff5ecb
3 changed files with 6 additions and 4 deletions
|
@ -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 (?)
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue