A Neovim plugin that runs Python code and displays the result in your code editor.
Hydrovim.mp4
Install nui nvim plugin :
Plug 'MunifTanjim/nui.nvim'
hydrovim use
python
command andawk
for running codes.
For installing with vim plug :
Plug 'smzm/hydrovim'
- Put the cursor on the desire line of code and press
F8
for running hydrovim from first line of your code to the current line and show the result of the current line in the Hydrovim pop-up. - You can highlight code in visual mode and run hydrovim with
F8
. - Use
q
orF8
key again for close hydrovim pop-up.