This commit is contained in:
@@ -25,8 +25,12 @@
|
||||
:general (:keymaps 'syd-leader-code-map
|
||||
"a" #'lsp-execute-code-action
|
||||
"r" #'lsp-rename)
|
||||
:custom (; Fixes type error when using rename.
|
||||
(lsp-rename-use-prepare nil))
|
||||
:custom (;; Fixes type error when using rename.
|
||||
(lsp-rename-use-prepare nil)
|
||||
;; Don't override `indent-region' with the server's
|
||||
;; formatting functionality. Very silly, I think —
|
||||
;; indentation and formatting are different things.
|
||||
(lsp-enable-indentation nil))
|
||||
:config
|
||||
(syd-defadvice syd-lsp-install-server-a ()
|
||||
"Override and disbale `lsp-install-server'"
|
||||
|
||||
Reference in New Issue
Block a user