-
Notifications
You must be signed in to change notification settings - Fork 0
/
dein.toml
78 lines (64 loc) · 1.36 KB
/
dein.toml
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
[[plugins]]
repo = 'Shougo/dein.vim'
[[plugins]]
repo = 'scrooloose/nerdtree'
hook_add = """
source ~/.config/nvim/plugins/nerdtree.rc.vim
"""
[[plugins]]
repo = 'Xuyuanp/nerdtree-git-plugin'
[[plugins]]
repo = 'vim-airline/vim-airline'
depends = ['vim-airline-themes']
hook_add = """
source ~/.config/nvim/plugins/airline.rc.vim
"""
[[plugins]]
repo = 'vim-airline/vim-airline-themes'
[[plugins]]
repo = 'neoclide/coc.nvim'
merge = 0
rev = "release"
hook_add = """
source ~/.config/nvim/plugins/coc.rc.vim
"""
#[[plugins]]
#repo = 'Shougo/defx.nvim'
#depends = ["defx-git"]
#hook_add = """
#source ~/.config/nvim/plugins/defx.rc.vim
#"""
#
#[[plugins]]
#repo = 'kristijanhusak/defx-git'
#[[plugins]]
#repo = 'Shougo/denite.nvim'
#hook_add = """
#source ~/.config/nvim/plugins/denite.rc.vim
#"""
[[plugins]]
repo = 'shougo/deol.nvim'
hook_add = """
source ~/.config/nvim/plugins/deol.rc.vim
"""
[[plugins]]
repo = 'airblade/vim-gitgutter'
[[plugins]]
repo = 'ntpeters/vim-better-whitespace'
hook_add = """
source ~/.config/nvim/plugins/whitespace.rc.vim
"""
[[plugins]]
repo = 'Townk/vim-autoclose'
[[plugins]]
repo = 'nvim-lua/plenary.nvim'
[[plugins]]
repo = 'nvim-telescope/telescope.nvim'
depends = ["plenary.nvim"]
hook_add = """
source ~/.config/nvim/plugins/telescope.rc.vim
"""
[[plugin]]
repo = 'kyazdani42/nvim-web-devicons'
[[plugins]]
repo = 'cespare/vim-toml'