vim-plugins/vim-jsbeautify init
This commit is contained in:
parent
632fb7d5b4
commit
2f1be1f27d
@ -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
|
vim-latex-live-preview = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||||
name = "vim-latex-live-preview-2017-11-09";
|
name = "vim-latex-live-preview-2017-11-09";
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
|
@ -218,6 +218,7 @@
|
|||||||
"vim-gitgutter"
|
"vim-gitgutter"
|
||||||
"vim-iced-coffee-script"
|
"vim-iced-coffee-script"
|
||||||
"vim-javascript"
|
"vim-javascript"
|
||||||
|
"vim-jsbeautify"
|
||||||
"vim-latex-live-preview"
|
"vim-latex-live-preview"
|
||||||
"vim-multiple-cursors"
|
"vim-multiple-cursors"
|
||||||
"vim-ruby"
|
"vim-ruby"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user