Merge pull request #36863 from sveitser/vim-solidity

vim-solidity: init at 2018-02-11
This commit is contained in:
Franz Pletz 2018-03-12 21:41:05 +00:00 committed by GitHub
commit 07f908f56f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 0 deletions

View file

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

View file

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