vim-plugins/vim-themis: init

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

View file

@ -2056,6 +2056,17 @@ rec {
};
vim-themis = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "vim-themis-2017-12-28";
src = fetchgit {
url = "https://github.com/thinca/vim-themis";
rev = "691cd3912ba318dbd8d9fa0035fee629b424766d";
sha256 = "1mrdaah3iyg35v6cgvr3jav3386czialfcinwa3y9jy14basbqhd";
};
dependencies = [];
};
molokai = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "molokai-2015-11-11";
src = fetchgit {

View file

@ -251,6 +251,7 @@
"github:rhysd/vim-operator-surround"
"github:chikatoike/concealedyank.vim"
"github:osyo-manga/vim-textobj-multiblock"
"github:thinca/vim-themis"
"github:cespare/vim-toml"
"github:t9md/vim-smalls"
"github:ehamberg/vim-cute-python.git"