vim-plugins/vim-jsbeautify init

This commit is contained in:
Anders Sildnes 2018-01-16 16:56:10 +01:00
parent 632fb7d5b4
commit 2f1be1f27d
No known key found for this signature in database
GPG Key ID: 1B6F731A9B8A026C
2 changed files with 12 additions and 0 deletions

View File

@ -2660,6 +2660,17 @@ rec {
};
vim-jsbeautify = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "vim-jsbeautify-2017-05-20";
src = fetchgit {
url = "git://github.com/maksimr/vim-jsbeautify";
rev = "e83f749c3de7e958e7bc285e80e484707b6f1e12";
sha256 = "0dy9ljqp6shac406xgawzrqcapm80rjxmbzwy93ypzlhi8b67w0a";
};
dependencies = [];
};
vim-latex-live-preview = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "vim-latex-live-preview-2017-11-09";
src = fetchgit {

View File

@ -218,6 +218,7 @@
"vim-gitgutter"
"vim-iced-coffee-script"
"vim-javascript"
"vim-jsbeautify"
"vim-latex-live-preview"
"vim-multiple-cursors"
"vim-ruby"