update settings

This commit is contained in:
Gustavo Silva (es00679121_prosegur) 2023-07-26 21:11:04 +02:00
parent ab0d9c600b
commit f92189bc70
8 changed files with 164 additions and 47 deletions

View file

@ -33,3 +33,15 @@ Moving between tabs
gt # next tab
gT # previous tab
```
### HTTP client
install pynvim
```
sudo apt install python3-pynvim
```
install requests
```
sudo apt install python3-requests
```