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

authored by Gaetan Lepage and committed by Matthieu Coudron a20dc76e aa1257d0

+17
+12
pkgs/applications/editors/vim/plugins/generated.nix
··· 17033 17033 meta.homepage = "https://github.com/lukas-reineke/virt-column.nvim/"; 17034 17034 }; 17035 17035 17036 + jupytext-nvim = buildVimPlugin { 17037 + pname = "jupytest-nvim"; 17038 + version = "2024-01-24"; 17039 + src = fetchFromGitHub { 17040 + owner = "GCBallesteros"; 17041 + repo = "jupytext.nvim"; 17042 + rev = "68fddf28119dbaddfaea6b71f3d6aa1e081afb93"; 17043 + sha256 = "sha256-x5emW+qfUTUDR72B9QdDgVdrb8wGH9D7AdtRrQm80sI="; 17044 + }; 17045 + meta.homepage = "https://github.com/GCBallesteros/jupytext.nvim/"; 17046 + }; 17047 + 17036 17048 17037 17049 }
+4
pkgs/applications/editors/vim/plugins/overrides.nix
··· 744 744 dependencies = with self; [ lush-nvim ]; 745 745 }; 746 746 747 + jupytext-nvim = super.jupytext-nvim.overrideAttrs { 748 + passthru.python3Dependencies = ps: [ ps.jupytext ]; 749 + }; 750 + 747 751 LanguageClient-neovim = 748 752 let 749 753 version = "0.1.161";
+1
pkgs/applications/editors/vim/plugins/vim-plugin-names
··· 419 419 https://github.com/vito-c/jq.vim/,, 420 420 https://github.com/neoclide/jsonc.vim/,, 421 421 https://github.com/JuliaEditorSupport/julia-vim/,, 422 + https://github.com/GCBallesteros/jupytext.nvim/,HEAD, 422 423 https://github.com/rebelot/kanagawa.nvim/,, 423 424 https://github.com/anuvyklack/keymap-layer.nvim/,HEAD, 424 425 https://github.com/kmonad/kmonad-vim/,,