vim-package-info
vim-package-info copied to clipboard
Nothing shows up in package.json
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.
- I ran
npm install -g neovim checkhealthresults
- Setup in packer to run
npm installafter installing the plugin (run does a postinstall)
- Ran
UpdateRemotePlugins(tried both in the repo and from nvim config)
Any help would be appreciated
Running on nvim nightly

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