Merge pull request #329264 from Gipphe/add-zellij-nav-nvim-plugin

vimPlugins.zellij-nav-nvim: init at 2024-01-29
This commit is contained in:
Gaétan Lepage 2024-08-06 23:26:03 +02:00 committed by GitHub
commit 9d7930e0ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 13 additions and 0 deletions

View File

@ -17288,6 +17288,18 @@ final: prev:
meta.homepage = "https://github.com/KabbAmine/zeavim.vim/";
};
zellij-nav-nvim = buildVimPlugin {
pname = "zellij-nav.nvim";
version = "2024-01-29";
src = fetchFromGitHub {
owner = "swaits";
repo = "zellij-nav.nvim";
rev = "25930804397ef540bd2de62f9897bc2db61f9baa";
sha256 = "07x3z5a1wgil0cmhr0hw7xacgj9cyj6qyf1mb2c9p9dh87ll0j2d";
};
meta.homepage = "https://github.com/swaits/zellij-nav.nvim/";
};
zellij-nvim = buildVimPlugin {
pname = "zellij.nvim";
version = "2024-05-03";

View File

@ -1455,6 +1455,7 @@ https://github.com/mikavilpas/yazi.nvim/,HEAD,
https://github.com/lucasew/yescapsquit.vim/,HEAD,
https://github.com/elkowar/yuck.vim/,HEAD,
https://github.com/KabbAmine/zeavim.vim/,,
https://github.com/swaits/zellij-nav.nvim/,HEAD,
https://github.com/Lilja/zellij.nvim/,HEAD,
https://github.com/folke/zen-mode.nvim/,,
https://github.com/mcchrish/zenbones.nvim/,HEAD,