vim-package-info icon indicating copy to clipboard operation
vim-package-info copied to clipboard

Nothing shows up in package.json

Open vuki656 opened this issue 4 years ago • 1 comments

EDIT: for anyone looking for maintained version, I made a plugin for neovim that does the same thing (only js for now): https://github.com/vuki656/package-info.nvim

Hey, thanks for the really cool plugin.

I followed the instructions in the readme but can't get it working.

  1. I ran npm install -g neovim
  2. checkhealth results image
  3. Setup in packer to run npm install after installing the plugin (run does a postinstall) image
  4. Ran UpdateRemotePlugins (tried both in the repo and from nvim config) image

Any help would be appreciated

Running on nvim nightly image

vuki656 avatar Jun 26 '21 19:06 vuki656

For anyone coming here: I made a neovim plugin in Lua that does what this plugin does and a lot more: https://github.com/vuki656/package-info.nvim

vuki656 avatar Sep 05 '21 20:09 vuki656