Skip to content

Commit

Permalink
vimPlugins.jupytext-nvim: init at 2024-01-24
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage authored and teto committed Mar 26, 2024
1 parent aa1257d commit a20dc76
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pkgs/applications/editors/vim/plugins/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 4 additions & 0 deletions pkgs/applications/editors/vim/plugins/overrides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/editors/vim/plugins/vim-plugin-names
Original file line number Diff line number Diff line change
Expand Up @@ -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/,,
Expand Down

0 comments on commit a20dc76

Please sign in to comment.