tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
vimPlugins.vim-autoformat: init at 2016-02-24
Arseniy Seroka
10 years ago
e695d73d
d2d0f19b
+15
-3
2 changed files
expand all
collapse all
unified
split
pkgs
misc
vim-plugins
default.nix
vim-plugin-names
+11
pkgs/misc/vim-plugins/default.nix
···
343
344
};
345
0
0
0
0
0
0
0
0
0
0
0
346
vim-css-color = buildVimPluginFrom2Nix { # created by nix#NixDerivation
347
name = "vim-css-color-2015-10-03";
348
src = fetchgit {
···
343
344
};
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
+
357
vim-css-color = buildVimPluginFrom2Nix { # created by nix#NixDerivation
358
name = "vim-css-color-2015-10-03";
359
src = fetchgit {
+4
-3
pkgs/misc/vim-plugins/vim-plugin-names
···
1
"CSApprox"
2
"CheckAttach"
3
"Gist"
4
-
"github:sjl/gundo.vim"
5
"Hoogle"
6
"Solarized"
7
"Supertab"
···
20
"extradite"
21
"fugitive"
22
"ghcmod"
0
0
23
"github:ap/vim-css-color"
24
"github:benekastah/neomake"
25
"github:bitc/vim-hdevtools"
···
46
"github:latex-box-team/latex-box"
47
"github:lepture/vim-jinja"
48
"github:lervag/vimtex"
49
-
"github:LnL7/vim-nix"
50
"github:lokaltog/vim-easymotion"
51
"github:lyokha/vim-xkbswitch"
52
"github:mhinz/vim-startify"
···
61
"github:shougo/unite.vim"
62
"github:shougo/vimproc.vim"
63
"github:shougo/vimshell.vim"
0
64
"github:takac/vim-hardtime"
65
"github:thinca/vim-quickrun"
0
66
"github:tpope/vim-eunuch"
67
-
"github:tomasr/molokai"
68
"github:travitch/hasksyn"
69
"github:twinside/vim-haskellconceal"
70
"github:valloric/youcompleteme"
···
1
"CSApprox"
2
"CheckAttach"
3
"Gist"
0
4
"Hoogle"
5
"Solarized"
6
"Supertab"
···
19
"extradite"
20
"fugitive"
21
"ghcmod"
22
+
"github:Chiel92/vim-autoformat"
23
+
"github:LnL7/vim-nix"
24
"github:ap/vim-css-color"
25
"github:benekastah/neomake"
26
"github:bitc/vim-hdevtools"
···
47
"github:latex-box-team/latex-box"
48
"github:lepture/vim-jinja"
49
"github:lervag/vimtex"
0
50
"github:lokaltog/vim-easymotion"
51
"github:lyokha/vim-xkbswitch"
52
"github:mhinz/vim-startify"
···
61
"github:shougo/unite.vim"
62
"github:shougo/vimproc.vim"
63
"github:shougo/vimshell.vim"
64
+
"github:sjl/gundo.vim"
65
"github:takac/vim-hardtime"
66
"github:thinca/vim-quickrun"
67
+
"github:tomasr/molokai"
68
"github:tpope/vim-eunuch"
0
69
"github:travitch/hasksyn"
70
"github:twinside/vim-haskellconceal"
71
"github:valloric/youcompleteme"