mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
vim-plugins/vim-themis: init
This commit is contained in:
parent
18dd939118
commit
7aa5e6bfaf
2 changed files with 12 additions and 0 deletions
|
@ -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 {
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue