mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-12-22 23:27:34 +00:00
Fix pyright install
This commit is contained in:
parent
371573e468
commit
d811700154
@ -33,9 +33,9 @@ function install_language_servers() {
|
|||||||
# Python
|
# Python
|
||||||
maybe_run pip install --user --upgrade python-language-server
|
maybe_run pip install --user --upgrade python-language-server
|
||||||
maybe_run pip3 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 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 pip3 install --user "python-lsp-server[all]"
|
||||||
maybe_run npm install -g pyrite
|
maybe_run npm install -g pyright
|
||||||
|
|
||||||
# Rust
|
# Rust
|
||||||
maybe_run rustup component add rls rustfmt rust-analysis rust-src clippy rustfmt
|
maybe_run rustup component add rls rustfmt rust-analysis rust-src clippy rustfmt
|
||||||
|
Loading…
Reference in New Issue
Block a user