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 1d5f769 commit bd77ed1Copy full SHA for bd77ed1
clients/lsp-python-ty.el
@@ -41,6 +41,7 @@
41
(make-lsp-client :new-connection (lsp-stdio-connection (lambda () lsp-python-ty-clients-server-command))
42
:activation-fn (lsp-activate-on "python")
43
:priority -1
44
+ :add-on? t
45
:server-id 'ty-ls))
46
47
(lsp-consistency-check lsp-python-ty)
0 commit comments