summaryrefslogtreecommitdiffstats
path: root/vim/neobundle.toml
blob: 7bb13a2a2e8950787a368736cbdc5247d80decbb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
[[plugins]]
repository = 'Shougo/neobundle.vim'
fetch = 1

[[plugins]]
repository = 'Shougo/vimproc.vim'
	[plugins.build]
	linux = 'make'

[[plugins]]
repository = 'Shougo/unite.vim'
lazy = 1
	[plugins.on_cmd]
	name = 'Unite'
	complete = 'customlist,unite#complete_source'

[[plugins]]
repository = 'Shougo/neomru.vim'
lazy = 1
on_source = 'unite.vim'

[[plugins]]
repository = 'Shougo/vimshell.vim'
lazy = 1
	[plugins.on_cmd]
	name = 'VimShell'
	complete = 'customlist,vimshell#complete'

[[plugins]]
repository = 'Shougo/vimfiler.vim'
lazy = 0

[[plugins]]
repository = 'SirVer/ultisnips'

[[plugins]]
repository = 'honza/vim-snippets'
lazy = 1
on_i = 1

[[plugins]]
repository = 'chriskempson/base16-vim'

[[plugins]]
repository = 'tpope/vim-unimpaired'
lazy = 1
on_i = 1

[[plugins]]
repository = 'cespare/vim-toml'
lazy = 1
on_ft = 'toml'

[[plugins]]
repository = 'ledger/vim-ledger'
lazy = 1
on_path = '\.ldg$'

[[plugins]]
repository = 'tpope/vim-fugitive'
lazy = 0

[[plugins]]
repository = 'godlygeek/tabular'
lazy = 1
on_cmd = 'Tabularize'

[[plugins]]
repository = 'majutsushi/tagbar'
lazy = 1
augroup = 'TagbarSession'
on_cmd =
	['Tagbar'
	,'TagbarToggle'
	,'TagbarOpen'
	,'TagbarOpenAutoClose']

[[plugins]]
repository = 'scrooloose/syntastic'
lazy = 0
augroup = 'syntastic'
on_cmd = ['SyntasticCheck', 'SyntasticInfo', 'SyntasticToogleMode']

[[plugins]]
repository = 'vim-scripts/a.vim'
lazy = 1
on_ft = ['c', 'cpp']

[[plugins]]
repository = 'Rip-Rip/clang_complete.git'
lazy = 1
on_ft = ['c', 'cpp']

[[plugins]]
repository = 'Twinside/vim-hoogle'
lazy = 1
external_commands = 'hoogle'
on_ft = ['haskell', 'lhaskell', 'chaskell']

[[plugins]]
repository = 'eagletmt/ghcmod-vim'
lazy = 1
external_commands = 'ghc-mod'
on_ft = ['haskell', 'lhaskell', 'chaskell']

[[plugins]]
repository = 'eagletmt/neco-ghc'
lazy = 1
external_commands = 'ghc-mod'
on_ft = ['haskell', 'lhaskell', 'chaskell']

[[plugins]]
repository = 'ujihisa/unite-haskellimport'
lazy = 1
external_commands = 'hoogle'

[[plugins]]
repository = 'rust-lang/rust.vim'
lazy = 1
on_ft = 'rust'

[[plugins]]
repository = 'racer-rust/vim-racer'
on_ft = 'rust'

[[plugins]]
repository = 'MarcWeber/vim-addon-local-vimrc'

[[plugins]]
repository = 'Shougo/vinarise.vim'
on_cmd = 'Vinarise'