vimPlugins.jj-nvim: init at 2025-12-25 (#475014)

This commit is contained in:
Gaétan Lepage
2025-12-29 15:28:52 +00:00
committed by GitHub
2 changed files with 14 additions and 0 deletions
@@ -7079,6 +7079,19 @@ final: prev: {
meta.hydraPlatforms = [ ];
};
jj-nvim = buildVimPlugin {
pname = "jj.nvim";
version = "0.1.0-unstable-2025-12-25";
src = fetchFromGitHub {
owner = "NicolasGB";
repo = "jj.nvim";
rev = "faf1a9f63c55d1d3649896de0d7cc18e4581d71e";
hash = "sha256-OxBSxxPQRFq1EPmoUsICMTZFatkkb1mI/tPHCzeIW4Q=";
};
meta.homepage = "https://github.com/NicolasGB/jj.nvim/";
meta.hydraPlatforms = [ ];
};
jq-vim = buildVimPlugin {
pname = "jq.vim";
version = "1.0.3-unstable-2024-11-19";
@@ -542,6 +542,7 @@ https://github.com/davidhalter/jedi-vim/,,
https://github.com/metalelf0/jellybeans-nvim/,,
https://github.com/nanotech/jellybeans.vim/,,
https://github.com/HiPhish/jinja.vim/,HEAD,
https://github.com/NicolasGB/jj.nvim/,HEAD,
https://github.com/vito-c/jq.vim/,,
https://github.com/neoclide/jsonc.vim/,,
https://github.com/julelang/jule.nvim/,HEAD,