Commit a20dc76e authored by Gaetan Lepage's avatar Gaetan Lepage Committed by Matthieu Coudron
Browse files

vimPlugins.jupytext-nvim: init at 2024-01-24

parent aa1257d0
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -17033,5 +17033,17 @@ final: prev:
    meta.homepage = "https://github.com/lukas-reineke/virt-column.nvim/";
  };
  jupytext-nvim = buildVimPlugin {
    pname = "jupytest-nvim";
    version = "2024-01-24";
    src = fetchFromGitHub {
      owner = "GCBallesteros";
      repo = "jupytext.nvim";
      rev = "68fddf28119dbaddfaea6b71f3d6aa1e081afb93";
      sha256 = "sha256-x5emW+qfUTUDR72B9QdDgVdrb8wGH9D7AdtRrQm80sI=";
    };
    meta.homepage = "https://github.com/GCBallesteros/jupytext.nvim/";
  };
}
+4 −0
Original line number Diff line number Diff line
@@ -744,6 +744,10 @@
    dependencies = with self; [ lush-nvim ];
  };

  jupytext-nvim = super.jupytext-nvim.overrideAttrs {
    passthru.python3Dependencies = ps: [ ps.jupytext ];
  };

  LanguageClient-neovim =
    let
      version = "0.1.161";
+1 −0
Original line number Diff line number Diff line
@@ -419,6 +419,7 @@ https://github.com/HiPhish/jinja.vim/,HEAD,
https://github.com/vito-c/jq.vim/,,
https://github.com/neoclide/jsonc.vim/,,
https://github.com/JuliaEditorSupport/julia-vim/,,
https://github.com/GCBallesteros/jupytext.nvim/,HEAD,
https://github.com/rebelot/kanagawa.nvim/,,
https://github.com/anuvyklack/keymap-layer.nvim/,HEAD,
https://github.com/kmonad/kmonad-vim/,,