A Neovim plugin that runs Python code and displays the result in your code editor.
Install nui nvim plugin :
Plug 'MunifTanjim/nui.nvim'
python
and awk
is installed.hydrovim use
python
command andawk
for running codes.
hydrovim
:For installing with vim plug :
Plug 'smzm/hydrovim'
This plugin tested only with Vim and Neovim which configured with .vim
files. Some people can't use Hydrovim when configured Neovim with Lua
.
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.F8
.q
or F8
key again for close hydrovim pop-up.If with pressing F8
hydrovim popup doesn't appear, First Check prerequisites in your terminal :
awk
command should be available.python
command should be available. (python
is the command use in hydrovim not python3
)MunifTanjim/nui.nvim
should installed in your neovim.👉 Put syntax on
in top of your neovim configuration file. (before hydrovim installation)