mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
Merge pull request #36863 from sveitser/vim-solidity
vim-solidity: init at 2018-02-11
This commit is contained in:
commit
07f908f56f
2 changed files with 13 additions and 0 deletions
|
@ -104,6 +104,7 @@ rec {
|
|||
repeat = vim-repeat;
|
||||
rhubarb = vim-rhubarb;
|
||||
signature = vim-signature;
|
||||
solidity = vim-solidity;
|
||||
stylish-haskell = vim-stylish-haskell;
|
||||
stylishHaskell = stylish-haskell; # backwards compat, added 2014-10-18
|
||||
supertab = Supertab;
|
||||
|
@ -2102,6 +2103,17 @@ rec {
|
|||
|
||||
};
|
||||
|
||||
vim-solidity = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||
name = "vim-solidity-2018-02-11";
|
||||
src = fetchgit {
|
||||
url = "https://github.com/tomlion/vim-solidity";
|
||||
rev = "46b87988e196abe646516932427253a838f7fff8";
|
||||
sha256 = "0djqqxlh314n6yhn5m2min3nl435n4qcjgsyca7qbz4wvgmbwnlk";
|
||||
};
|
||||
dependencies = [];
|
||||
|
||||
};
|
||||
|
||||
vim-dispatch = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||
name = "vim-dispatch-2018-03-02";
|
||||
src = fetchgit {
|
||||
|
|
|
@ -168,6 +168,7 @@
|
|||
"github:thinca/vim-quickrun"
|
||||
"github:thinca/vim-themis"
|
||||
"github:tomasr/molokai"
|
||||
"github:tomlion/vim-solidity"
|
||||
"github:tpope/vim-dispatch"
|
||||
"github:tpope/vim-eunuch"
|
||||
"github:tpope/vim-repeat"
|
||||
|
|
Loading…
Reference in a new issue