diff options
| author | Ravi R Kiran <aine.marina@gmail.com> | 2021-04-23 16:15:16 (GMT) |
|---|---|---|
| committer | Ravi R Kiran <aine.marina@gmail.com> | 2021-04-23 16:15:16 (GMT) |
| commit | 1778b26ba4a9b10ee501868f2bd74252564276c6 (patch) | |
| tree | adb93ac4b680deb395ebf2e17f91848cc8704b3d /lisp/ravi-init-python.el | |
| parent | 1fe8c5cf56a90025c891476a1d602e0c91847311 (diff) | |
| download | dotemacs-1778b26ba4a9b10ee501868f2bd74252564276c6.zip dotemacs-1778b26ba4a9b10ee501868f2bd74252564276c6.tar.gz dotemacs-1778b26ba4a9b10ee501868f2bd74252564276c6.tar.bz2 | |
Want to specify lsp parameters via local variables
Diffstat (limited to 'lisp/ravi-init-python.el')
| -rw-r--r-- | lisp/ravi-init-python.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ravi-init-python.el b/lisp/ravi-init-python.el index 154cfdc..3878db3 100644 --- a/lisp/ravi-init-python.el +++ b/lisp/ravi-init-python.el @@ -66,7 +66,7 @@ in-site-lisp))) (when (file-exists-p pyright-executable) (lsp-dependency 'pyright `(:system ,pyright-executable)))) - (lsp-deferred)) + (ravi/add-lsp-with-local-variables)) :hook (python-mode-hook . ravi/start-lsp-pyright)) (bind-key "<return>" 'newline-and-indent python-mode-map) |
