rcarriga / nvim-notify

A fancy, configurable, notification manager for NeoVim
MIT License
2.88k stars 72 forks source link

fix: improve correctness of neovim version checking #259

Closed mehalter closed 4 months ago

mehalter commented 4 months ago

Checking only the minor version is not technically correct for this check. It probably won't be a big deal because 1.0 is quite a bit away, but this does protect against this.

rcarriga commented 4 months ago

Thanks for the PR!