diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index 2e7d991eea20..855777477c7b 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -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"; diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index 10d49fe58ffe..7988ace55f01 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -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/,,