-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
72 lines (72 loc) · 2.65 KB
/
.gitmodules
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
[submodule "vim/bundle/easymotion"]
path = vim/bundle/easymotion
url = https://github.com/Lokaltog/vim-easymotion.git
[submodule "vim/bundle/align"]
path = vim/bundle/align
url = https://github.com/vim-scripts/Align.git
[submodule "vim/bundle/nerdtree"]
path = vim/bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule "vim/bundle/sensible"]
path = vim/bundle/sensible
url = https://github.com/tpope/vim-sensible.git
[submodule "vim/bundle/ctrlp"]
path = vim/bundle/ctrlp
url = https://github.com/kien/ctrlp.vim.git
[submodule "vim/bundle/syntastic"]
path = vim/bundle/syntastic
url = https://github.com/scrooloose/syntastic.git
[submodule "vim/bundle/surround"]
path = vim/bundle/surround
url = https://github.com/tpope/vim-surround.git
[submodule "vim/bundle/fugitive"]
path = vim/bundle/fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule "vim/bundle/git"]
path = vim/bundle/git
url = https://github.com/tpope/vim-git.git
[submodule "vim/bundle/csv_vim"]
path = vim/bundle/csv_vim
url = https://github.com/chrisbra/csv.vim.git
[submodule "vim/bundle/nerdcommenter"]
path = vim/bundle/nerdcommenter
url = https://github.com/scrooloose/nerdcommenter.git
[submodule "vim/bundle/vim-airline"]
path = vim/bundle/vim-airline
url = https://github.com/vim-airline/vim-airline.git
[submodule "fonts/powerline"]
path = fonts/powerline
url = https://github.com/powerline/fonts.git
[submodule "vim/bundle/vim-go"]
path = vim/bundle/vim-go
url = https://github.com/fatih/vim-go.git
[submodule "vim/bundle/vim-node"]
path = vim/bundle/vim-node
url = https://github.com/moll/vim-node.git
[submodule "vim/bundle/vim-gitgutter"]
path = vim/bundle/vim-gitgutter
url = https://github.com/airblade/vim-gitgutter.git
[submodule "vim/bundle/dart-vim-plugin"]
path = vim/bundle/dart-vim-plugin
url = https://github.com/dart-lang/dart-vim-plugin.git
[submodule "vim/bundle/vim-lsc"]
path = vim/bundle/vim-lsc
url = https://github.com/natebosch/vim-lsc.git
[submodule "vim/bundle/vim-btask"]
path = vim/bundle/vim-btask
url = https://github.com/my-digital-decay/vim-btask.git
[submodule "vim/bundle/fzf"]
path = vim/bundle/fzf
url = https://github.com/junegunn/fzf.vim.git
[submodule "vim/bundle/rust.vim"]
path = vim/bundle/rust.vim
url = https://github.com/rust-lang/rust.vim.git
[submodule "vim/bundle/vim-polyglot"]
path = vim/bundle/vim-polyglot
url = https://github.com/sheerun/vim-polyglot.git
[submodule "vim/bundle/vim-terraform"]
path = vim/bundle/vim-terraform
url = https://github.com/hashivim/vim-terraform.git
[submodule "vim/bundle/omnisharp-vim"]
path = vim/bundle/omnisharp-vim
url = https://github.com/OmniSharp/omnisharp-vim.git