mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2025-01-08 20:47:36 +00:00
Add python-lsp-black, pyls-isort, and pyls-mypy
This commit is contained in:
parent
ae8d912323
commit
05f57cff6c
@ -84,8 +84,8 @@ function install_fixers() {
|
|||||||
|
|
||||||
# Python
|
# Python
|
||||||
maybe_run pip install --user --upgrade autopep8 reorder-python-imports
|
maybe_run pip install --user --upgrade autopep8 reorder-python-imports
|
||||||
maybe_run pip install --user --upgrade black pyls-black || echo "WARNING: black is py3 only"
|
maybe_run pip install --user --upgrade black pyls-black python-lsp-black pyls-isort pyls-mypy || echo "WARNING: black is py3 only"
|
||||||
maybe_run pip3 install --user --upgrade black pyls-black autopep8 reorder-python-imports
|
maybe_run pip3 install --user --upgrade black pyls-black python-lsp-black pyls-isort pyls-mypy autopep8 reorder-python-imports
|
||||||
|
|
||||||
# Rust
|
# Rust
|
||||||
maybe_run rustup component add rustfmt
|
maybe_run rustup component add rustfmt
|
||||||
|
Loading…
Reference in New Issue
Block a user