vimPlugins.hiPairs: init at 2020-12-10

This commit is contained in:
Ronan Mac Fhlannchadha 2021-05-21 20:27:59 +01:00
parent 9b0fca29f9
commit fdaf66b6f0
No known key found for this signature in database
GPG key ID: 157EB48DD137D03C
2 changed files with 13 additions and 0 deletions

View file

@ -1893,6 +1893,18 @@ final: prev:
meta.homepage = "https://github.com/travitch/hasksyn/"; meta.homepage = "https://github.com/travitch/hasksyn/";
}; };
hiPairs = buildVimPluginFrom2Nix {
pname = "hiPairs";
version = "2020-12-10";
src = fetchFromGitHub {
owner = "Yggdroot";
repo = "hiPairs";
rev = "8272bf6979d0ee65a3fdbbb97eff3dda79b661b2";
sha256 = "1hcskq9zdkf8vlxwd2n403m4rq7495v2fj35hjf6461hqx9v9dnw";
};
meta.homepage = "https://github.com/Yggdroot/hiPairs/";
};
hlint-refactor-vim = buildVimPluginFrom2Nix { hlint-refactor-vim = buildVimPluginFrom2Nix {
pname = "hlint-refactor-vim"; pname = "hlint-refactor-vim";
version = "2015-12-05"; version = "2015-12-05";

View file

@ -781,6 +781,7 @@ Xuyuanp/nerdtree-git-plugin
Xuyuanp/scrollbar.nvim Xuyuanp/scrollbar.nvim
yamatsum/nvim-nonicons@main yamatsum/nvim-nonicons@main
ycm-core/YouCompleteMe ycm-core/YouCompleteMe
Yggdroot/hiPairs
Yggdroot/indentLine Yggdroot/indentLine
Yggdroot/LeaderF Yggdroot/LeaderF
Yilin-Yang/vim-markbar Yilin-Yang/vim-markbar