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

+15 -3
+11
pkgs/misc/vim-plugins/default.nix
··· 343 343 344 344 }; 345 345 346 + vim-autoformat = buildVimPluginFrom2Nix { # created by nix#NixDerivation 347 + name = "vim-autoformat-2016-02-24"; 348 + src = fetchgit { 349 + url = "git://github.com/Chiel92/vim-autoformat"; 350 + rev = "a2f9b88bcd66fe47a44ae8b5e1002c2d8e6f4ad4"; 351 + sha256 = "1fahm3dzcmpr7f9rrhzhyrj6fz95fblxal57gajcc3g136bizbnj"; 352 + }; 353 + dependencies = []; 354 + 355 + }; 356 + 346 357 vim-css-color = buildVimPluginFrom2Nix { # created by nix#NixDerivation 347 358 name = "vim-css-color-2015-10-03"; 348 359 src = fetchgit {
+4 -3
pkgs/misc/vim-plugins/vim-plugin-names
··· 1 1 "CSApprox" 2 2 "CheckAttach" 3 3 "Gist" 4 - "github:sjl/gundo.vim" 5 4 "Hoogle" 6 5 "Solarized" 7 6 "Supertab" ··· 20 19 "extradite" 21 20 "fugitive" 22 21 "ghcmod" 22 + "github:Chiel92/vim-autoformat" 23 + "github:LnL7/vim-nix" 23 24 "github:ap/vim-css-color" 24 25 "github:benekastah/neomake" 25 26 "github:bitc/vim-hdevtools" ··· 46 47 "github:latex-box-team/latex-box" 47 48 "github:lepture/vim-jinja" 48 49 "github:lervag/vimtex" 49 - "github:LnL7/vim-nix" 50 50 "github:lokaltog/vim-easymotion" 51 51 "github:lyokha/vim-xkbswitch" 52 52 "github:mhinz/vim-startify" ··· 61 61 "github:shougo/unite.vim" 62 62 "github:shougo/vimproc.vim" 63 63 "github:shougo/vimshell.vim" 64 + "github:sjl/gundo.vim" 64 65 "github:takac/vim-hardtime" 65 66 "github:thinca/vim-quickrun" 67 + "github:tomasr/molokai" 66 68 "github:tpope/vim-eunuch" 67 - "github:tomasr/molokai" 68 69 "github:travitch/hasksyn" 69 70 "github:twinside/vim-haskellconceal" 70 71 "github:valloric/youcompleteme"