Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 592 Bytes

README.md

File metadata and controls

39 lines (27 loc) · 592 Bytes

ethHvr

Hover over numbers and strings in neovim to show conversions to and from within a popup

Installing

With Lazy:

{
 'jordaniza/ethHvr',
}

There is one command :EthHvr. Use it when your cursor is over a numeric (wei) value and a popup will appear with the Eth equivalent.

Features

  • Wei to Eth (18 decimals)
  • Support for other decimals
  • Eth to wei

Developing

Install:

make install

Test:

make test

Run this from the nvim command line when testing

:lua package.loaded['ethHvr'] = nil; require('ethHvr').main()