forked from mirrors/nixpkgs
vimPlugins.SimpylFold: init at 2017-06-13
This commit is contained in:
parent
23c94580ce
commit
95c981e980
|
@ -2740,6 +2740,17 @@ let
|
|||
};
|
||||
};
|
||||
|
||||
SimpylFold = buildVimPluginFrom2Nix {
|
||||
pname = "SimpylFold";
|
||||
version = "2017-06-13";
|
||||
src = fetchFromGitHub {
|
||||
owner = "tmhedberg";
|
||||
repo = "SimpylFold";
|
||||
rev = "aa0371d9d708388f3ba385ccc67a7504586a20d9";
|
||||
sha256 = "1gjv78x2cgh79a04l411kdhkm53f93czs54p07kadpa9659z93ss";
|
||||
};
|
||||
};
|
||||
|
||||
sky-color-clock-vim = buildVimPluginFrom2Nix {
|
||||
pname = "sky-color-clock-vim";
|
||||
version = "2018-11-03";
|
||||
|
|
|
@ -448,6 +448,7 @@ ternjs/tern_for_vim
|
|||
terryma/vim-expand-region
|
||||
terryma/vim-multiple-cursors
|
||||
tex/vimpreviewpandoc
|
||||
tmhedberg/SimpylFold
|
||||
thinca/vim-ft-diff_fold
|
||||
thinca/vim-prettyprint
|
||||
thinca/vim-quickrun
|
||||
|
|
Loading…
Reference in a new issue