mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-01 09:44:18 +00:00
vimPlugins.lz-n: init at 2024-06-16
This commit is contained in:
parent
8655bf7636
commit
2f26fb2780
@ -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";
|
||||
|
@ -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/,,
|
||||
|
Loading…
Reference in New Issue
Block a user