Disable lsp indentation in scala mode

This commit is contained in:
Bryan Gilbert 2020-10-27 09:09:11 -04:00
parent 664937a3f3
commit ff3248d022

View file

@ -16,6 +16,7 @@
comment-line-break-function #'+scala-comment-indent-new-line-fn) comment-line-break-function #'+scala-comment-indent-new-line-fn)
(when (featurep! +lsp) (when (featurep! +lsp)
(setq-hook! 'scala-mode-hook lsp-enable-indentation nil)
(add-hook 'scala-mode-local-vars-hook #'lsp!)) (add-hook 'scala-mode-local-vars-hook #'lsp!))
(set-ligatures! 'scala-mode (set-ligatures! 'scala-mode