Add vim-hcl
This commit is contained in:
parent
0aabbdc274
commit
bb52799004
1 changed files with 10 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue