Add vim-hcl

This commit is contained in:
Martin Potier 2020-06-05 11:00:11 +03:00
parent 0aabbdc274
commit bb52799004
No known key found for this signature in database
GPG Key ID: D4DD957DBA4AD89E
1 changed files with 10 additions and 0 deletions

View File

@ -12,6 +12,15 @@ with pkgs;
let
plugins = let inherit (vimUtils) buildVimPluginFrom2Nix; in {
"vim-hcl" = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "vim-hcl";
src = fetchgit {
url = "git://github.com/jvirtanen/vim-hcl";
rev = "c64a006facad8c3cc0f16ba324e63524932a96e7";
sha256 = "0547xgbk725rnib8ka775a8r57dlywkyw1kjwma78n93h64dwnlr";
};
dependencies = [];
};
"systemd-syntax" = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "systemd-syntax";
src = fetchgit {
@ -77,6 +86,7 @@ let
vim-airline-themes
vim-better-whitespace
vim-gnupg
vim-hcl
vim-ledger
vim-lilypond
vim-nix