mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
vimPlugins.dhall-vim: init at 2018-06-04 (#42648)
This commit is contained in:
parent
63d82f3a19
commit
3eac18b553
2 changed files with 12 additions and 0 deletions
|
@ -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 {
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue