Added into installer the neovim and black (pre)
This commit is contained in:
parent
d47dfa3a30
commit
12ca3baa0a
@ -20,6 +20,10 @@ function update_pip() {
|
|||||||
python3 -m pip install --upgrade pip --user
|
python3 -m pip install --upgrade pip --user
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function install_neovim_module_for_python() {
|
||||||
|
pip3 install neovim --pre --user --force
|
||||||
|
}
|
||||||
|
|
||||||
function install_pyright() {
|
function install_pyright() {
|
||||||
# Install pyright
|
# Install pyright
|
||||||
sudo npm -g i pyright --force
|
sudo npm -g i pyright --force
|
||||||
@ -53,8 +57,8 @@ function install_gopls() {
|
|||||||
|
|
||||||
function install_black() {
|
function install_black() {
|
||||||
# Install black
|
# Install black
|
||||||
pip install black --user
|
pip install black --pre --user --force
|
||||||
pip3 install black --user --force
|
pip3 install black --pre --user --force
|
||||||
}
|
}
|
||||||
|
|
||||||
function install_ansible() {
|
function install_ansible() {
|
||||||
|
Loading…
Reference in New Issue
Block a user