vim-plugins/vim-smalls: init
This commit is contained in:
parent
45ab7091a7
commit
18dd939118
2 changed files with 12 additions and 0 deletions
|
@ -2001,6 +2001,17 @@ rec {
|
|||
|
||||
};
|
||||
|
||||
vim-smalls = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||
name = "vim-smalls-2015-05-02";
|
||||
src = fetchgit {
|
||||
url = "https://github.com/t9md/vim-smalls";
|
||||
rev = "9619eae81626bd63f88165e0520c467698264e34";
|
||||
sha256 = "0s5z3zv220cg95yky2av6w0jmpc56ysyhsx0596ksvgz5jwhpbad";
|
||||
};
|
||||
dependencies = [];
|
||||
|
||||
};
|
||||
|
||||
vim-hardtime = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||
name = "vim-hardtime-2017-03-31";
|
||||
src = fetchgit {
|
||||
|
|
|
@ -252,6 +252,7 @@
|
|||
"github:chikatoike/concealedyank.vim"
|
||||
"github:osyo-manga/vim-textobj-multiblock"
|
||||
"github:cespare/vim-toml"
|
||||
"github:t9md/vim-smalls"
|
||||
"github:ehamberg/vim-cute-python.git"
|
||||
"github:shougo/neoinclude.vim"
|
||||
"github:rhysd/committia.vim.git"
|
||||
|
|
Loading…
Reference in a new issue