Compare commits

..

No commits in common. "923f0c659b28a1da88e7199da3ac8e425038bf8e" and "f4acfc3ee5b84f8f07f0b9c03fceb38eae0bcb23" have entirely different histories.

View File

@ -24,10 +24,6 @@ function install_neovim_module_for_python() {
pip3 install neovim --pre --user --force pip3 install neovim --pre --user --force
} }
function install_awscli() {
pip3 install awscli --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