vim-plugins/vim-smalls: init

This commit is contained in:
Anders Sildnes 2018-01-25 15:00:14 +01:00
parent 45ab7091a7
commit 18dd939118
No known key found for this signature in database
GPG key ID: 1B6F731A9B8A026C
2 changed files with 12 additions and 0 deletions

View file

@ -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 {

View file

@ -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"