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:
parent
9c15bb82f9
commit
7c9e9a3446
4 changed files with 5 additions and 4 deletions
|
@ -20,7 +20,7 @@
|
|||
(set-repl-handler! '(ruby-mode enh-ruby-mode) #'inf-ruby)
|
||||
|
||||
(when (featurep! +lsp)
|
||||
(add-hook 'enh-ruby-mode-hook #'lsp!))
|
||||
(add-hook 'enh-ruby-mode-local-vars-hook #'lsp!))
|
||||
|
||||
(after! company-dabbrev-code
|
||||
(add-to-list 'company-dabbrev-code-modes 'enh-ruby-mode nil #'eq)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue