Compare commits
3 Commits
f4acfc3ee5
...
923f0c659b
Author | SHA1 | Date | |
---|---|---|---|
|
923f0c659b | ||
|
4dbf108e55 | ||
|
e63f873cf8 |
@ -24,6 +24,10 @@ function install_neovim_module_for_python() {
|
||||
pip3 install neovim --pre --user --force
|
||||
}
|
||||
|
||||
function install_awscli() {
|
||||
pip3 install awscli --pre --user --force
|
||||
}
|
||||
|
||||
function install_pyright() {
|
||||
# Install pyright
|
||||
sudo npm -g i pyright --force
|
||||
|
Loading…
Reference in New Issue
Block a user