This is image tooltip example for <neovim-editor>
component.
:ShowImage
command shows an image under the cursor. I created <popup-tooltip>
component and use it and <neovim-editor>
together. Please see index.html
.
How to run this example:
$ cd /path/to/neovim-component
$ npm run dep
$ cd ./example/image-tooltip
$ npm run app # No dependency. App starts.