-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
91 lines (91 loc) · 3.66 KB
/
.gitmodules
File metadata and controls
91 lines (91 loc) · 3.66 KB
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
[submodule "nvim/.config/nvim/autoload"]
path = nvim/.config/nvim/autoload
url = https://github.com/tpope/vim-pathogen.git
ignore = all
[submodule "nvim/.config/nvim/bundle/nerdtree"]
path = nvim/.config/nvim/bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
ignore = all
[submodule "nvim/.config/nvim/bundle/vim-nerdtree-tabs"]
path = nvim/.config/nvim/bundle/vim-nerdtree-tabs
url = https://github.com/jistr/vim-nerdtree-tabs.git
ignore = all
[submodule "nvim/.config/nvim/bundle/nerdtree-git-plugin"]
path = nvim/.config/nvim/bundle/nerdtree-git-plugin
url = https://github.com/xuyuanp/nerdtree-git-plugin.git
ignore = all
[submodule "nvim/.config/nvim/bundle/syntastic"]
path = nvim/.config/nvim/bundle/syntastic
url = https://github.com/vim-syntastic/syntastic.git
ignore = all
[submodule "nvim/.config/nvim/bundle/vim-airline"]
path = nvim/.config/nvim/bundle/vim-airline
url = https://github.com/vim-airline/vim-airline.git
ignore = all
[submodule "nvim/.config/nvim/bundle/vim-airline-themes"]
path = nvim/.config/nvim/bundle/vim-airline-themes
url = https://github.com/vim-airline/vim-airline-themes.git
ignore = all
[submodule "nvim/.config/nvim/bundle/vim-solarized"]
path = nvim/.config/nvim/bundle/vim-solarized
url = https://github.com/ericbn/vim-solarized.git
ignore = all
[submodule "nvim/.config/nvim/bundle/vim-gitgutter"]
path = nvim/.config/nvim/bundle/vim-gitgutter
url = https://github.com/airblade/vim-gitgutter.git
ignore = all
[submodule "nvim/.config/nvim/bundle/vim-better-whitespace"]
path = nvim/.config/nvim/bundle/vim-better-whitespace
url = https://github.com/ntpeters/vim-better-whitespace.git
ignore = all
[submodule "nvim/.config/nvim/bundle/vim-devicons"]
path = nvim/.config/nvim/bundle/vim-devicons
url = https://github.com/ryanoasis/vim-devicons.git
ignore = all
[submodule "nvim/.config/nvim/bundle/deoplete.nvim"]
path = nvim/.config/nvim/bundle/deoplete.nvim
url = https://github.com/Shougo/deoplete.nvim.git
ignore = all
[submodule "nvim/.config/nvim/bundle/undotree"]
path = nvim/.config/nvim/bundle/undotree
url = https://github.com/mbbill/undotree.git
ignore = all
[submodule "nvim/.config/nvim/bundle/vim-repeat"]
path = nvim/.config/nvim/bundle/vim-repeat
url = https://github.com/tpope/vim-repeat.git
ignore = all
[submodule "nvim/.config/nvim/bundle/vim-commentary"]
path = nvim/.config/nvim/bundle/vim-commentary
url = https://github.com/tpope/vim-commentary.git
ignore = all
[submodule "nvim/.config/nvim/bundle/vim-fugitive"]
path = nvim/.config/nvim/bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive.git
ignore = all
; [submodule "nvim/.config/nvim/bundle/ctags"]
; path = nvim/.config/nvim/bundle/ctags
; url = https://github.com/universal-ctags/ctags.git
; ignore = all
; [submodule "nvim/.config/nvim/bundle/vim-misc"]
; path = nvim/.config/nvim/bundle/vim-misc
; url = https://github.com/xolox/vim-misc.git
; ignore = all
; [submodule "nvim/.config/nvim/bundle/vim-easytags"]
; path = nvim/.config/nvim/bundle/vim-easytags
; url = https://github.com/xolox/vim-easytags.git
; ignore = all
; [submodule "nvim/.config/nvim/bundle/tagbar"]
; path = nvim/.config/nvim/bundle/tagbar
; url = https://github.com/majutsushi/tagbar.git
; ignore = all
[submodule "nvim/.config/nvim/bundle/vim-autoformat"]
path = nvim/.config/nvim/bundle/vim-autoformat
url = https://github.com/Chiel92/vim-autoformat.git
ignore = all
[submodule "nvim/.config/nvim/bundle/vim-dadbod"]
path = nvim/.config/nvim/bundle/vim-dadbod
url = https://github.com/tpope/vim-dadbod.git
ignore = all
[submodule "nvim/.config/nvim/bundle/far.vim"]
path = nvim/.config/nvim/bundle/far.vim
url = https://github.com/brooth/far.vim.git