mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-11-17 19:36:28 +00:00
Fix pyright install
This commit is contained in:
parent
371573e468
commit
d811700154
@ -33,9 +33,9 @@ function install_language_servers() {
|
||||
# Python
|
||||
maybe_run pip install --user --upgrade python-language-server
|
||||
maybe_run pip3 install --user --upgrade python-language-server
|
||||
maybe_run pip install --user python-lsp-server[all] || echo "WARNING: python-lsp-server is py3 only"
|
||||
maybe_run pip3 install --user python-lsp-server[all]
|
||||
maybe_run npm install -g pyrite
|
||||
maybe_run pip install --user "python-lsp-server[all]" || echo "WARNING: python-lsp-server is py3 only"
|
||||
maybe_run pip3 install --user "python-lsp-server[all]"
|
||||
maybe_run npm install -g pyright
|
||||
|
||||
# Rust
|
||||
maybe_run rustup component add rls rustfmt rust-analysis rust-src clippy rustfmt
|
||||
|
Loading…
Reference in New Issue
Block a user