3
0
Fork 0
forked from mirrors/nixpkgs

vimPlugins.vim-autoformat: init at 2016-02-24

This commit is contained in:
Arseniy Seroka 2016-02-25 12:22:44 +03:00
parent d2d0f19b57
commit e695d73d8f
2 changed files with 15 additions and 3 deletions

View file

@ -343,6 +343,17 @@ rec {
}; };
vim-autoformat = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "vim-autoformat-2016-02-24";
src = fetchgit {
url = "git://github.com/Chiel92/vim-autoformat";
rev = "a2f9b88bcd66fe47a44ae8b5e1002c2d8e6f4ad4";
sha256 = "1fahm3dzcmpr7f9rrhzhyrj6fz95fblxal57gajcc3g136bizbnj";
};
dependencies = [];
};
vim-css-color = buildVimPluginFrom2Nix { # created by nix#NixDerivation vim-css-color = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "vim-css-color-2015-10-03"; name = "vim-css-color-2015-10-03";
src = fetchgit { src = fetchgit {

View file

@ -1,7 +1,6 @@
"CSApprox" "CSApprox"
"CheckAttach" "CheckAttach"
"Gist" "Gist"
"github:sjl/gundo.vim"
"Hoogle" "Hoogle"
"Solarized" "Solarized"
"Supertab" "Supertab"
@ -20,6 +19,8 @@
"extradite" "extradite"
"fugitive" "fugitive"
"ghcmod" "ghcmod"
"github:Chiel92/vim-autoformat"
"github:LnL7/vim-nix"
"github:ap/vim-css-color" "github:ap/vim-css-color"
"github:benekastah/neomake" "github:benekastah/neomake"
"github:bitc/vim-hdevtools" "github:bitc/vim-hdevtools"
@ -46,7 +47,6 @@
"github:latex-box-team/latex-box" "github:latex-box-team/latex-box"
"github:lepture/vim-jinja" "github:lepture/vim-jinja"
"github:lervag/vimtex" "github:lervag/vimtex"
"github:LnL7/vim-nix"
"github:lokaltog/vim-easymotion" "github:lokaltog/vim-easymotion"
"github:lyokha/vim-xkbswitch" "github:lyokha/vim-xkbswitch"
"github:mhinz/vim-startify" "github:mhinz/vim-startify"
@ -61,10 +61,11 @@
"github:shougo/unite.vim" "github:shougo/unite.vim"
"github:shougo/vimproc.vim" "github:shougo/vimproc.vim"
"github:shougo/vimshell.vim" "github:shougo/vimshell.vim"
"github:sjl/gundo.vim"
"github:takac/vim-hardtime" "github:takac/vim-hardtime"
"github:thinca/vim-quickrun" "github:thinca/vim-quickrun"
"github:tpope/vim-eunuch"
"github:tomasr/molokai" "github:tomasr/molokai"
"github:tpope/vim-eunuch"
"github:travitch/hasksyn" "github:travitch/hasksyn"
"github:twinside/vim-haskellconceal" "github:twinside/vim-haskellconceal"
"github:valloric/youcompleteme" "github:valloric/youcompleteme"