You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
(1)
(2)
The text was updated successfully, but these errors were encountered: