summaryrefslogtreecommitdiffstats
path: root/vim/dein.toml
blob: c8eff790cd9307a55d7af44af7ea805f27b7ed1c (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
[[plugins]]
repo = 'Shougo/dein.vim'

[[plugins]]
repo = 'roxma/vim-hug-neovim-rpc'
lazy = 1

[[plugins]]
repo = 'roxma/nvim-yarp'
lazy = 1

[[plugins]]
repo = 'Shougo/denite.nvim'
lazy = 1
on_cmd = 'Denite'
depends = ['vim-hug-neovim-rpc', 'nvim-yarp']

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

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

[[plugins]]
repo = 'cespare/vim-toml'

[[plugins]]
repo = 'ledger/vim-ledger'

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

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

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

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

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

[[plugins]]
repo = 'neomake/neomake'
lazy = 1
on_cmd = 'Neomake'

[[plugins]]
repo = 'lambdalisue/gina.vim'
rev = 'v1.0.*'
lazy = 1
on_cmd = 'Gina'

[[plugins]]
repo = 'Shougo/neosnippet.vim'
lazy = 1
on_map = {i = '<Plug>'}

[[plugins]]
repo = 'Shougo/neosnippet-snippets'
lazy = 1
on_source = 'neosnippet.vim'

[[plugins]]
repo = 'junegunn/vim-easy-align'
lazy = 1
on_cmd = ['EasyAlign', 'LiveEasyAlign']
on_map = '<Plug>(EasyAlign)'

[[plugins]]
repo = 'kana/vim-operator-user'
lazy = 1
on_source = 'vim-operator-surround'

[[plugins]]
repo = 'rhysd/vim-operator-surround'
lazy = 1
on_map = {n = '<Plug>'}

[[plugins]]
repo = 'kana/vim-textobj-user'

[[plugins]]
repo = 'thinca/vim-textobj-between'
lazy = 1
on_map = { xo = '<Plug>' }
depends = ['vim-textobj-user']

[[plugins]]
repo = 'kana/vim-textobj-indent'
lazy = 1
on_map = { xo = '<Plug>' }
depends = ['vim-textobj-user']

[[plugins]]
repo = 'prabirshrestha/async.vim'

[[plugins]]
repo = 'prabirshrestha/vim-lsp'
lazy = 0
depends = ['async.vim']