update settings
This commit is contained in:
parent
ab0d9c600b
commit
f92189bc70
8 changed files with 164 additions and 47 deletions
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue