An http client as a ViM editor plugin. Utilizes the +python3
feature. Not tested on Neovim. Known to work on ViM 8.1.
A 2½ minutes video demo (no audio): https://youtu.be/W2QKvJvR3dY.
Full docs in ViM format: doc/roast.txt.
Go to the python3 directory and run pytest .
, with Python 3.6 at least.
If you don't like this, or are looking for more http clients on ViM, here's a few options:
- baverman/vial-http - Also built on Python.
- diepm/vim-rest-console - Powered by curl.
- aquach/vim-http-client - Also Python + requests.