vimPlugins.jupytext-nvim: init at 2024-01-24
This commit is contained in:
parent
aa1257d0d3
commit
a20dc76e95
3 changed files with 17 additions and 0 deletions
|
@ -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/";
|
||||
};
|
||||
|
||||
|
||||
}
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -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/,,
|
||||
|
|
Loading…
Reference in a new issue