vimPlugins.dhall-vim: init at 2018-06-04 (#42648)

This commit is contained in:
Sarah Brofeldt 2018-06-27 16:34:59 +02:00 committed by xeji
parent 63d82f3a19
commit 3eac18b553
2 changed files with 12 additions and 0 deletions

View File

@ -716,6 +716,17 @@ rec {
};
dhall-vim = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "dhall-vim-2018-06-04";
src = fetchgit {
url = "https://github.com/vmchale/dhall-vim";
rev = "290c2ec86b5c3d35dd3913cbb6ab9d2139074e38";
sha256 = "03jhcaz6r2lbd4drc8acc9kv2k0287nzvw7lyl36jjkk3qy4c499";
};
dependencies = [];
};
clighter8 = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "clighter8-2018-04-15";
src = fetchgit {

View File

@ -260,6 +260,7 @@
"github:vim-scripts/wombat256.vim"
"github:vim-scripts/YankRing.vim"
"github:vimwiki/vimwiki"
"github:vmchale/dhall-vim"
"github:w0rp/ale"
"github:wakatime/vim-wakatime"
"github:wellle/targets.vim"