Merge pull request #22419 from edanaher/add-vim-lawrencium

vim-plugins: add vim-lawrencium
This commit is contained in:
Arseniy Seroka 2017-02-04 01:12:50 +03:00 committed by GitHub
commit 1537780841
2 changed files with 12 additions and 0 deletions

View File

@ -384,6 +384,17 @@ rec {
};
vim-lawrencium = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "vim-lawrencium-2017-01-10";
src = fetchgit {
url = "git://github.com/ludovicchabant/vim-lawrencium";
rev = "88077183e1f5a9a1f741aeab7a1374cfed9e917f";
sha256 = "0z31v93wjycq4lqvbl1jzxi7i5i1vl919m4dyyzphybcqrjjpnab";
};
dependencies = [];
};
ghcmod = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "ghcmod-2016-06-19";
src = fetchgit {

View File

@ -74,6 +74,7 @@
"github:lepture/vim-jinja"
"github:lervag/vimtex"
"github:lokaltog/vim-easymotion"
"github:ludovicchabant/vim-lawrencium"
"github:luochen1990/rainbow"
"github:lyokha/vim-xkbswitch"
"github:machakann/vim-highlightedyank"