vimPlugins.tabby-nvim: init at 2022-10-17

This commit is contained in:
rocko 2022-10-25 11:39:50 +02:00
parent c13dc7344a
commit 1dcb9fa97f
2 changed files with 13 additions and 0 deletions

View File

@ -7418,6 +7418,18 @@ final: prev:
meta.homepage = "https://github.com/vim-syntastic/syntastic/";
};
tabby-nvim = buildVimPluginFrom2Nix {
pname = "tabby.nvim";
version = "2022-10-17";
src = fetchFromGitHub {
owner = "nanozuki";
repo = "tabby.nvim";
rev = "18c8effd11f801793e1a8b9adb4d6ef7fbedf57b";
sha256 = "0r68260gc5ln2z338mm7xb4v4y3p8xzkx1wlwagqp35dhgrl2kpn";
};
meta.homepage = "https://github.com/nanozuki/tabby.nvim/";
};
tabline-nvim = buildVimPluginFrom2Nix {
pname = "tabline.nvim";
version = "2022-06-13";

View File

@ -622,6 +622,7 @@ https://github.com/keith/swift.vim/,,
https://github.com/AndrewRadev/switch.vim/,,
https://github.com/simrat39/symbols-outline.nvim/,,
https://github.com/vim-syntastic/syntastic/,,
https://github.com/nanozuki/tabby.nvim/,HEAD,
https://github.com/kdheepak/tabline.nvim/,,
https://github.com/vim-scripts/tabmerge/,,
https://github.com/codota/tabnine-vim/,,