mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
vim-plugins/vim-javascript init
This commit is contained in:
parent
78108d37f3
commit
632fb7d5b4
@ -2649,6 +2649,17 @@ rec {
|
||||
|
||||
};
|
||||
|
||||
vim-javascript = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||
name = "vim-javascript-2018-01-10";
|
||||
src = fetchgit {
|
||||
url = "git://github.com/pangloss/vim-javascript";
|
||||
rev = "4c0a554423df72ecb8d13b143afa7a4cfcb994ec";
|
||||
sha256 = "01lbkcfjqwrn2pbxz1jj8g2vxasc2i7s6nc7665s1warn066ykjr";
|
||||
};
|
||||
dependencies = [];
|
||||
|
||||
};
|
||||
|
||||
vim-latex-live-preview = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||
name = "vim-latex-live-preview-2017-11-09";
|
||||
src = fetchgit {
|
||||
|
@ -217,6 +217,7 @@
|
||||
"vim-gista"
|
||||
"vim-gitgutter"
|
||||
"vim-iced-coffee-script"
|
||||
"vim-javascript"
|
||||
"vim-latex-live-preview"
|
||||
"vim-multiple-cursors"
|
||||
"vim-ruby"
|
||||
|
Loading…
Reference in New Issue
Block a user