vimPlugins.tagalong-vim: init at 2021-06-28 (#134586)

* vimPlugins: update

* vimPlugins.tagalong-vim: init at 2021-06-28

* Revert "vimPlugins: update"

This reverts commit 86cc4ce650.
This commit is contained in:
Vinícius Müller 2021-08-19 13:49:49 -03:00 committed by GitHub
parent d14bcea20f
commit 560703eb03
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 0 deletions

View file

@ -5294,6 +5294,18 @@ final: prev:
meta.homepage = "https://github.com/godlygeek/tabular/";
};
tagalong-vim = buildVimPluginFrom2Nix {
pname = "tagalong-vim";
version = "2021-06-28";
src = fetchFromGitHub {
owner = "AndrewRadev";
repo = "tagalong.vim";
rev = "e04ed6f46da5b55450a52e7de1025f1486d55839";
sha256 = "0bcmli82a58zvyqpacz5zyz9k9q8x39rcci095lz6ab6vnwhbl47";
};
meta.homepage = "https://github.com/AndrewRadev/tagalong.vim/";
};
tagbar = buildVimPluginFrom2Nix {
pname = "tagbar";
version = "2021-08-06";

View file

@ -20,6 +20,7 @@ andrep/vimacs
andreshazard/vim-logreview
AndrewRadev/sideways.vim@main
AndrewRadev/splitjoin.vim@main
AndrewRadev/tagalong.vim
andsild/peskcolor.vim
andviro/flake8-vim
andweeb/presence.nvim@main