Merge branch 'master' into unused5

This commit is contained in:
Jörg Thalheim
2018-07-21 15:41:22 +01:00
committed by GitHub
203 changed files with 1655 additions and 627 deletions
+12 -2
View File
@@ -14,8 +14,7 @@ let
_skim = skim;
inherit (vimUtils.override {inherit vim;}) rtpPath addRtp buildVimPlugin
buildVimPluginFrom2Nix vimHelpTags;
inherit (vimUtils.override {inherit vim;}) buildVimPluginFrom2Nix;
# TL;DR
@@ -1657,6 +1656,17 @@ let
};
vim-ledger = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "vim-ledger-2017-12-12";
src = fetchgit {
url = "https://github.com/ledger/vim-ledger";
rev = "6eb3bb21aa979cc295d0480b2179938c12b33d0d";
sha256 = "0rbwyaanvl2bqk8xm4kq8fkv8y92lpf9xx5n8gw54iij7xxhnj01";
};
dependencies = [];
};
vim-jinja = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "vim-jinja-2016-11-16";
src = fetchgit {
+1
View File
@@ -110,6 +110,7 @@
"github:lambdalisue/vim-gista"
"github:latex-box-team/latex-box"
"github:leafgarland/typescript-vim"
"github:ledger/vim-ledger"
"github:lepture/vim-jinja"
"github:lervag/vimtex"
"github:lfilho/cosco.vim"