Domagoj
Domagoj
If you run `change_version` in a lua project, it still opens the dialog. Detection can probably be done by trying to find a `package.json`
It should check the current version and fetch all release notes up until the latest version
Instead of ```lua hide_up_to_date = false, hide_unstable_versions = false, ``` use ```lua hide = { up_to_date = false, unstable_versions = false, } ```
Colors should be set via highlight groups instead of the current implementation.
https://github.com/neovim/neovim/pull/16752 Implement when 0.7 released
Mainly to remove the internal JSON encode/decode lib Update when 0.7 released
Commands have been implemented and are a cleaner way to declare keybindings. The doc should be updated to use them
As per the [Reddit comment](https://www.reddit.com/r/neovim/comments/p0crpg/packageinfonvim_display_latest_package_versions/h87z5y2?utm_source=share&utm_medium=web2x&context=3) request.