Skip to content

Commit

Permalink
Add pylsp extension (#1289)
Browse files Browse the repository at this point in the history
Add https://github.com/rgbkrk/python-lsp-zed-extension as another Python
LSP option. Motivated by requests and pain points in
zed-industries/zed#7296.

---------

Co-authored-by: Marshall Bowers <[email protected]>
  • Loading branch information
rgbkrk and maxdeviant authored Aug 23, 2024
1 parent 95747a2 commit 40f9ce7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -750,6 +750,10 @@
path = extensions/powershell
url = https://github.com/wingyplus/zed-powershell.git

[submodule "extensions/pylsp"]
path = extensions/pylsp
url = https://github.com/rgbkrk/python-lsp-zed-extension.git

[submodule "extensions/python-refactoring"]
path = extensions/python-refactoring
url = https://github.com/rowillia/zed-python-refactoring.git
Expand Down
4 changes: 4 additions & 0 deletions extensions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -841,6 +841,10 @@ submodule = "extensions/zed"
path = "extensions/purescript"
version = "0.0.1"

[pylsp]
submodule = "extensions/pylsp"
version = "0.0.1"

[python-refactoring]
submodule = "extensions/python-refactoring"
version = "0.0.3"
Expand Down
1 change: 1 addition & 0 deletions extensions/pylsp
Submodule pylsp added at 8733a1

0 comments on commit 40f9ce7

Please sign in to comment.