Skip to content

A neovim plugin to show readable ETH values when hovering over large numbers.

License

Notifications You must be signed in to change notification settings

jordaniza/ethHvr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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()

About

A neovim plugin to show readable ETH values when hovering over large numbers.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published