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:
commit
9d7930e0ab
@ -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";
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user