Disable lsp formatting when typing
This commit is contained in:
parent
2c3281030e
commit
1d26350a90
1 changed files with 1 additions and 0 deletions
|
|
@ -376,6 +376,7 @@
|
|||
:custom
|
||||
(lsp-keep-workspace-alive nil)
|
||||
(lsp-keymap-prefix "C-c l")
|
||||
(lsp-enable-on-type-formatting nil)
|
||||
:config
|
||||
(add-to-list 'lsp-language-id-configuration '(swift-ts-mode . "swift"))
|
||||
(let ((lsp-sourcekit-executable (string-trim
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue