vimPlugins.just-nvim: init at 1.0.0

https://github.com/nxuv/just.nvim
This commit is contained in:
Austin Horstman
2026-04-23 21:54:26 -05:00
parent 7bc8c4f2b8
commit 129ae63726
3 changed files with 25 additions and 0 deletions
@@ -7488,6 +7488,19 @@ final: prev: {
meta.hydraPlatforms = [ ];
};
just-nvim = buildVimPlugin {
pname = "just.nvim";
version = "1.0.0";
src = fetchFromGitHub {
owner = "nxuv";
repo = "just.nvim";
tag = "v1.0.0";
hash = "sha256-pwAlfwPFnWD2qfBAuhLxSoCQoOZD7gQHEy4Nnt0GOqE=";
};
meta.homepage = "https://github.com/nxuv/just.nvim/";
meta.hydraPlatforms = [ ];
};
kanagawa-nvim = buildVimPlugin {
pname = "kanagawa.nvim";
version = "0-unstable-2026-04-20";
@@ -1587,6 +1587,17 @@ assertNoAdditions {
passthru.python3Dependencies = ps: [ ps.jupytext ];
};
just-nvim = super.just-nvim.overrideAttrs {
checkInputs = with self; [
fidget-nvim
nvim-notify
telescope-nvim
];
dependencies = with self; [
plenary-nvim
];
};
kanagawa-paper-nvim = super.kanagawa-paper-nvim.overrideAttrs {
nvimSkipModules = [
# skipping wezterm theme switcher since it relies on a wezterm module
@@ -574,6 +574,7 @@ https://git.myzel394.app/Myzel394/jsonfly.nvim,,
https://github.com/julelang/jule.nvim/,,
https://github.com/JuliaEditorSupport/julia-vim/,,
https://github.com/GCBallesteros/jupytext.nvim/,,
https://github.com/nxuv/just.nvim/,,
https://github.com/thesimonho/kanagawa-paper.nvim/,,
https://github.com/rebelot/kanagawa.nvim/,,
https://github.com/webhooked/kanso.nvim/,,