Skip to content

Commit

Permalink
Migrate to python-lsp-server instead of python-language-server
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumealgis committed Dec 4, 2021
1 parent edce8a6 commit 9cc997e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

![](https://img.shields.io/badge/dynamic/json?color=brightgreen&label=Latest%20Version&query=%24.version&url=https%3A%2F%2Fraw.githubusercontent.com%2Fmmshivesh%2FPython-Nova.novaextension%2Fmaster%2Fextension.json)

Full featured Python Language Server Plugin (implements [PyLS](https://github.com/palantir/python-language-server)) for Nova, supports Jedi Autocomplete, PyFlakes, PyLint, YAPF, Rope, McCabe, PyDoc and CodeStyles.
Full featured Python Language Server plugin (implements [PyLS](https://github.com/python-lsp/python-lsp-server)) for Nova, supports Jedi Autocomplete, PyFlakes, PyLint, YAPF, Rope, McCabe, PyDoc and CodeStyles.

Also supports all the Python Language Server plugins → `mypy`, `isort` and `black`

Expand All @@ -21,10 +21,10 @@ Also supports all the Python Language Server plugins → `mypy`, `isort` and `bl

## Installation

1. Install dependencies using:
1. Install the LSP server and its dependencies using:

```bash
pip3 install 'python-language-server[all]'
pip3 install 'python-lsp-server[all]'
```

2. Enable required modules from settings.
Expand Down
2 changes: 1 addition & 1 deletion Scripts/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ function getPreference(string, def, workspace=false) {
function getSettings() {
return {
settings: {
"pyls": {
"pylsp": {
"env": {},
"configurationSources": [
getPreference('pyls.configurationSources')
Expand Down

0 comments on commit 9cc997e

Please sign in to comment.