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

fix: Update deprecated health checks for vim.health

Open bkp5190 opened this issue 6 months ago • 1 comments

Description

Update deprecated vim.health references so :checkhealth jupytext works properly.

Screenshot 2025-05-12 at 6 18 19 PM

Using the following configuration through nixvim:

    jupytext = {
      enable = true;
      package = pkgs.vimUtils.buildVimPlugin {
        pname = "jupytext.nvim";
        src = pkgs.fetchgit {
          url = "https://github.com/bkp5190/jupytext.nvim";
          branchName = "deprecated-healthcheck";
          rev = "695295069a3aac0cf9a1b768589216c5b837b6f1";
          sha256 = "sha256-W6fkL1w2dYSjpAYOtBTlYjd2CMYPB596NQzBylIVHrE=";
        };
      };
    };

bkp5190 avatar May 12 '25 22:05 bkp5190

I think this is a duplicate of #33, #25, #29 and #35

vandalt avatar May 13 '25 19:05 vandalt