vimPlugins.hiPairs: init at 2020-12-10
This commit is contained in:
parent
9b0fca29f9
commit
fdaf66b6f0
|
@ -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";
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue