GCBallesteros / jupytext.nvim

Jupyter notebooks on neovim powered by Jupytext
66 stars 14 forks source link

Deprecation warnings when running `:checkhealth` #23

Open vandalt opened 2 months ago

vandalt commented 2 months ago

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!

GCBallesteros commented 2 months ago

Thanks for the heads up!