Home

Awesome

<img src="https://neovim.io/logos/neovim-mark-flat.png" align="right" width="100" />

Hydrovim

A Neovim plugin that runs Python code and displays the result in your code editor.

hydrovim

🎞️ Demo

https://user-images.githubusercontent.com/39596095/185796284-4904327b-ae0d-4dfc-ba40-7448eba9009e.mp4

<br> <br>

βœ… Installation

Install nui nvim plugin :

Plug 'MunifTanjim/nui.nvim'
πŸ”– Also be Sure python and awk is installed.

hydrovim use python command and awk for running codes.

<br>

Installing hydrovim :

For installing with vim plug :

Plug 'smzm/hydrovim'
<br>

❗️Issue :

This plugin tested only with Vim and Neovim which configured with .vim files. Some people can't use Hydrovim when configured Neovim with Lua.

<br> <br>

βœ… Usage :

<br>

πŸ‘Ύ Troubleshooting :

If with pressing F8 hydrovim popup doesn't appear, First Check prerequisites in your terminal :

  1. awk command should be available.
  2. python command should be available. (python is the command use in hydrovim not python3)
  3. MunifTanjim/nui.nvim should installed in your neovim.

πŸ‘‰ Put syntax on in top of your neovim configuration file. (before hydrovim installation)