Merge pull request #43871 from hcmensch/master

vim-plugin-names/default.nix: data added for vim-ledger
This commit is contained in:
Daiderd Jordan 2018-07-21 11:19:43 +02:00 committed by GitHub
commit c4a0133602
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 0 deletions

View file

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

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"