Disable lsp indentation in scala mode
This commit is contained in:
parent
664937a3f3
commit
ff3248d022
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@
|
|||
comment-line-break-function #'+scala-comment-indent-new-line-fn)
|
||||
|
||||
(when (featurep! +lsp)
|
||||
(setq-hook! 'scala-mode-hook lsp-enable-indentation nil)
|
||||
(add-hook 'scala-mode-local-vars-hook #'lsp!))
|
||||
|
||||
(set-ligatures! 'scala-mode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue