We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b17f3f6 commit 451fb79Copy full SHA for 451fb79
dots/emacs/spacemacs.d/layers/kzk-lsp/packages.el
@@ -49,6 +49,10 @@
49
(kbd "M-*") '("Copilot Panel" . lsp-copilot-panel-completion)))
50
51
(kzk/after-init
52
+ ;; force initialize of lsp and add custom options to pyright
53
+ (require 'lsp-mode)
54
+ (lsp-register-custom-settings
55
+ `(("basedpyright.analysis.autoFormatStrings" t t)))
56
;; Update popwin config to place the panel at the right place
57
(require 'spacemacs-purpose-popwin)
58
(require 'popwin)
0 commit comments