chip / telescope-software-licenses.nvim

View and paste common software licenses into your project
MIT License
23 stars 5 forks source link

newly nvim-0.10 checkhealth function need update #5

Open cxwx opened 1 week ago

cxwx commented 1 week ago
telescope._extensions.software-licenses: require("telescope._extensions.software-licenses.health").check()

- WARNING vim.health.report_start() is deprecated, use vim.health.start() instead. :help |deprecated|
  Feature will be removed in Nvim 0.11

Start health check for telescope-software-licenses.nvim ~
- WARNING vim.health.report_error() is deprecated, use vim.health.error() instead. :help |deprecated|
  Feature will be removed in Nvim 0.11
- ERROR please install nvim > 0.6
- WARNING vim.health.report_ok() is deprecated, use vim.health.ok() instead. :help |deprecated|
  Feature will be removed in Nvim 0.11

(1)

vim.health.report_start() is deprecated
vim.health.report_error() is deprecated
vim.health.report_ok() is deprecated

(2)

ERROR please install nvim > 0.6 
cxwx commented 1 week ago

no longer maintained?

chip commented 1 week ago

Hi, Thank you for your PR. I'll be happy to merge if this is backwards compatible. In other words, the plugin will need to support the report_* methods up until the version that these new methods are introduced.