-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitmodules
More file actions
45 lines (45 loc) · 1.61 KB
/
.gitmodules
File metadata and controls
45 lines (45 loc) · 1.61 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
[submodule "vim/bundle/vim-coffee-script"]
path = vim/bundle/vim-coffee-script
url = git://github.com/kchmck/vim-coffee-script.git
[submodule "vim/bundle/mustache"]
path = vim/bundle/mustache
url = git://github.com/juvenn/mustache.vim.git
[submodule "vim/bundle/ack"]
path = vim/bundle/ack
url = git://github.com/mileszs/ack.vim.git
[submodule "vim/bundle/nerdtree"]
path = vim/bundle/nerdtree
url = git://github.com/scrooloose/nerdtree.git
[submodule "vim/bundle/vim-rails"]
path = vim/bundle/vim-rails
url = git://github.com/tpope/vim-rails.git
[submodule "vim/bundle/scss-syntax"]
path = vim/bundle/scss-syntax
url = git://github.com/cakebaker/scss-syntax.vim.git
[submodule "vim/bundle/vim-pathogen"]
path = vim/bundle/vim-pathogen
url = git://github.com/tpope/vim-pathogen.git
[submodule "vim/bundle/vim-fugitive"]
path = vim/bundle/vim-fugitive
url = git://github.com/tpope/vim-fugitive.git
[submodule "vim/bundle/ctrlp"]
path = vim/bundle/ctrlp
url = git://github.com/ctrlpvim/ctrlp.vim.git
[submodule "oh-my-zsh"]
path = oh-my-zsh
url = git://github.com/robbyrussell/oh-my-zsh.git
[submodule "vim/bundle/vim-ruby"]
path = vim/bundle/vim-ruby
url = git://github.com/vim-ruby/vim-ruby.git
[submodule "vim/bundle/vim-go"]
path = vim/bundle/vim-go
url = git://github.com/fatih/vim-go.git
[submodule "vim/bundle/vim-AnsiEsc"]
path = vim/bundle/vim-AnsiEsc
url = git://github.com/jakar/vim-AnsiEsc.git
[submodule "vim/bundle/coc.nvim"]
path = vim/bundle/coc.nvim
url = git://github.com/neoclide/coc.nvim
[submodule "vim/bundle/copilot.vim"]
path = vim/bundle/copilot.vim
url = git://github.com/github/copilot.vim