vimPlugins.lz-n: init at 2024-06-16

This commit is contained in:
Marc Jakobi 2024-06-16 19:13:36 +02:00
parent 8655bf7636
commit 2f26fb2780
2 changed files with 13 additions and 0 deletions

View File

@ -5915,6 +5915,18 @@ final: prev:
meta.homepage = "https://github.com/mkasa/lushtags/";
};
lz-n = buildNeovimPlugin {
pname = "lz.n";
version = "2024-06-16";
src = fetchFromGitHub {
owner = "nvim-neorocks";
repo = "lz.n";
rev = "ffd6633cbe2145177bd522fa340104fa44afbc1c";
sha256 = "sha256-aV+m4+8oWwIPTQhilXfHOUyYqQGl4NRnk7HvEQYMp0Y=";
};
meta.homepage = "https://github.com/nvim-neorocks/lz.n/";
};
magma-nvim-goose = buildVimPlugin {
pname = "magma-nvim-goose";
version = "2023-07-04";

View File

@ -500,6 +500,7 @@ https://github.com/l3mon4d3/luasnip/,,
https://github.com/alvarosevilla95/luatab.nvim/,,
https://github.com/rktjmp/lush.nvim/,,
https://github.com/mkasa/lushtags/,,
https://github.com/nvim-neorocks/lz.n/,,
https://github.com/WhiteBlackGoose/magma-nvim-goose/,HEAD,
https://github.com/winston0410/mark-radar.nvim/,HEAD,
https://github.com/iamcco/markdown-preview.nvim/,,