Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

newly nvim-0.10 checkhealth function need update #5

Open
cxwx opened this issue Jun 20, 2024 · 2 comments
Open

newly nvim-0.10 checkhealth function need update #5

cxwx opened this issue Jun 20, 2024 · 2 comments

Comments

@cxwx
Copy link

cxwx commented Jun 20, 2024

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
Copy link
Author

cxwx commented Jun 23, 2024

no longer maintained?

@chip
Copy link
Owner

chip commented Jun 23, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants