Domagoj

Results 22 issues of 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`

💡 Feature
🤝 Contributions Welcome

It should check the current version and fetch all release notes up until the latest version

💡 Feature
🤝 Contributions Welcome

Instead of ```lua hide_up_to_date = false, hide_unstable_versions = false, ``` use ```lua hide = { up_to_date = false, unstable_versions = false, } ```

🔧 Refactor
🤝 Contributions Welcome
⚠️ Breaking Chnage

Colors should be set via highlight groups instead of the current implementation.

🔧 Refactor
🤝 Contributions Welcome
⚠️ Breaking Chnage

https://github.com/neovim/neovim/pull/16752 Implement when 0.7 released

🏁 Good First Issue
🔧 Refactor
🤝 Contributions Welcome
✋ Blocked

Mainly to remove the internal JSON encode/decode lib Update when 0.7 released

🏁 Good First Issue
🔧 Refactor
🤝 Contributions Welcome

Commands have been implemented and are a cleaner way to declare keybindings. The doc should be updated to use them

📖 Documentation
🤝 Contributions Welcome

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.

💡 Feature
🤝 Contributions Welcome