vimPlugins.jsonfly-nvim: init at 2024-04-12

This commit is contained in:
Vinny Meller 2024-04-13 16:13:03 -04:00
parent 52432f0a45
commit 45bc48ebf1
No known key found for this signature in database
GPG Key ID: 36CBEC89D5C8540C
2 changed files with 13 additions and 0 deletions

View File

@ -5062,6 +5062,18 @@ final: prev:
meta.homepage = "https://github.com/neoclide/jsonc.vim/";
};
jsonfly-nvim = buildVimPlugin {
pname = "jsonfly.nvim";
version = "2024-04-12";
src = fetchFromGitHub {
owner = "Myzel394";
repo = "jsonfly.nvim";
rev = "539a0b79a5ea75d201e1e90cebfe9367154d04fc";
sha256 = "1v1i4x2px0zs65rxkf2yhnxn6clx33vdr54r9gaqq713qj5ddlfm";
};
meta.homepage = "https://github.com/Myzel394/jsonfly.nvim/";
};
julia-vim = buildVimPlugin {
pname = "julia-vim";
version = "2023-12-15";

View File

@ -424,6 +424,7 @@ https://github.com/nanotech/jellybeans.vim/,,
https://github.com/HiPhish/jinja.vim/,HEAD,
https://github.com/vito-c/jq.vim/,,
https://github.com/neoclide/jsonc.vim/,,
https://github.com/Myzel394/jsonfly.nvim/,HEAD,
https://github.com/JuliaEditorSupport/julia-vim/,,
https://github.com/GCBallesteros/jupytext.nvim/,HEAD,
https://github.com/rebelot/kanagawa.nvim/,,