Remove old statubar setup & install python-lsp-server globablly
This commit is contained in:
parent
f61a044c86
commit
9183c29751
2 changed files with 7 additions and 5 deletions
|
|
@ -6,6 +6,7 @@ packages:
|
|||
- git
|
||||
- vim
|
||||
- neovim
|
||||
- python-pynvim
|
||||
- wl-clipboard
|
||||
- npm
|
||||
- docker
|
||||
|
|
@ -90,6 +91,11 @@ language_servers:
|
|||
server_name: 'pyright',
|
||||
auto_setup: false
|
||||
}
|
||||
- {
|
||||
package: python-lsp-server,
|
||||
server_name: 'pylsp',
|
||||
auto_setup: false
|
||||
}
|
||||
|
||||
python_download_url: 'https://www.python.org/ftp/python'
|
||||
python_versions:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue