Skip to content

fix: Update deprecated health checks for vim.health#40

Open
bkp5190 wants to merge 1 commit intoGCBallesteros:mainfrom
bkp5190:deprecated-healthchecks
Open

fix: Update deprecated health checks for vim.health#40
bkp5190 wants to merge 1 commit intoGCBallesteros:mainfrom
bkp5190:deprecated-healthchecks

Conversation

@bkp5190
Copy link

@bkp5190 bkp5190 commented May 12, 2025

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=";
        };
      };
    };

@vandalt
Copy link

vandalt commented May 13, 2025

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

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

Successfully merging this pull request may close these issues.

2 participants