Remove old statubar setup & install python-lsp-server globablly

This commit is contained in:
Sonny Bakker 2025-01-03 20:00:58 +01:00
parent f61a044c86
commit 9183c29751
2 changed files with 7 additions and 5 deletions

View file

@ -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: