jupytext.nvim icon indicating copy to clipboard operation
jupytext.nvim copied to clipboard

Deprecation warnings when running `:checkhealth`

Open vandalt opened this issue 1 year ago • 1 comments

When running :checkhealth, I get the following deprecation warnings:

jupytext: require("jupytext.health").check()

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

jupytext.nvim ~
- WARNING vim.health.report_ok() is deprecated, use vim.health.ok() instead. :help |deprecated|
  This feature will be removed in Nvim version 0.11
- OK Jupytext is available

Thanks!

vandalt avatar Apr 13 '24 02:04 vandalt

Thanks for the heads up!

GCBallesteros avatar Apr 13 '24 14:04 GCBallesteros