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
|
let
|
||||||
plugins = let inherit (vimUtils) buildVimPluginFrom2Nix; in {
|
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
|
"systemd-syntax" = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||||
name = "systemd-syntax";
|
name = "systemd-syntax";
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
|
@ -77,6 +86,7 @@ let
|
||||||
vim-airline-themes
|
vim-airline-themes
|
||||||
vim-better-whitespace
|
vim-better-whitespace
|
||||||
vim-gnupg
|
vim-gnupg
|
||||||
|
vim-hcl
|
||||||
vim-ledger
|
vim-ledger
|
||||||
vim-lilypond
|
vim-lilypond
|
||||||
vim-nix
|
vim-nix
|
||||||
|
|
Loading…
Reference in a new issue