vimPlugins.hiPairs: init at 2020-12-10
This commit is contained in:
parent
9b0fca29f9
commit
fdaf66b6f0
2 changed files with 13 additions and 0 deletions
|
@ -1893,6 +1893,18 @@ final: prev:
|
|||
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 {
|
||||
pname = "hlint-refactor-vim";
|
||||
version = "2015-12-05";
|
||||
|
|
|
@ -781,6 +781,7 @@ Xuyuanp/nerdtree-git-plugin
|
|||
Xuyuanp/scrollbar.nvim
|
||||
yamatsum/nvim-nonicons@main
|
||||
ycm-core/YouCompleteMe
|
||||
Yggdroot/hiPairs
|
||||
Yggdroot/indentLine
|
||||
Yggdroot/LeaderF
|
||||
Yilin-Yang/vim-markbar
|
||||
|
|
Loading…
Reference in a new issue