summaryrefslogtreecommitdiff
path: root/.gitmodules
blob: 28d3b2b586eb56de78e8cf8a8810080e489f2b59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[submodule "vim/pack/plugins/start/fzf"]
  path = vim/pack/plugins/start/fzf
  url = https://github.com/junegunn/fzf
[submodule "vim/pack/plugins/start/fzf.vim"]
  path = vim/pack/plugins/start/fzf.vim
  url = https://github.com/junegunn/fzf.vim
[submodule "vim/pack/plugins/start/nerdtree"]
  path = vim/pack/plugins/start/nerdtree
  url = https://github.com/scrooloose/nerdtree
[submodule "vim/pack/plugins/start/paper"]
  path = vim/pack/plugins/start/paper
  url = https://github.com/YorickPeterse/vim-paper
[submodule "vim/pack/plugins/start/fugitive"]
  path = vim/pack/plugins/start/fugitive
  url = https://github.com/tpope/vim-fugitive.git
[submodule "vim/pack/plugins/start/commentary"]
  path = vim/pack/plugins/start/commentary
  url = https://github.com/tpope/vim-commentary.git
[submodule "vim/pack/plugins/start/go"]
  path = vim/pack/plugins/start/go
  url = https://github.com/fatih/vim-go.git