-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
61 lines (61 loc) · 2.6 KB
/
.gitmodules
File metadata and controls
61 lines (61 loc) · 2.6 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
[submodule "editor/vim/bundle/vim-fugitive"]
path = editor/vim/bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive
[submodule "editor/vim/bundle/vim-rhubarb"]
path = editor/vim/bundle/vim-rhubarb
url = https://github.com/tpope/vim-rhubarb
[submodule "editor/vim/bundle/vim-surround"]
path = editor/vim/bundle/vim-surround
url = https://github.com/tpope/vim-surround
[submodule "editor/vim/bundle/rust.vim"]
path = editor/vim/bundle/rust.vim
url = https://github.com/rust-lang/rust.vim
[submodule "editor/vim/bundle/coc.nvim"]
path = editor/vim/bundle/coc.nvim
url = https://github.com/neoclide/coc.nvim
branch = release
[submodule "editor/vim/bundle/fzf.vim"]
path = editor/vim/bundle/fzf.vim
url = https://github.com/junegunn/fzf.vim
[submodule "editor/vim/bundle/fzf"]
path = editor/vim/bundle/fzf
url = https://github.com/junegunn/fzf
[submodule "editor/vim/bundle/vim-trailing-whitespace"]
path = editor/vim/bundle/vim-trailing-whitespace
url = https://github.com/bronson/vim-trailing-whitespace
[submodule "shell/zsh/.zplug"]
path = shell/zsh/.zplug
url = https://github.com/zplug/zplug.git
[submodule "editor/vim/bundle/vim-signify"]
path = editor/vim/bundle/vim-signify
url = https://github.com/mhinz/vim-signify
[submodule "editor/vim/bundle/vim-auto-save"]
path = editor/vim/bundle/vim-auto-save
url = https://github.com/907th/vim-auto-save
[submodule "editor/vim/bundle/vim-autoformat"]
path = editor/vim/bundle/vim-autoformat
url = https://github.com/vim-autoformat/vim-autoformat
[submodule "editor/vim/bundle/vim-expand-region"]
path = editor/vim/bundle/vim-expand-region
url = https://github.com/terryma/vim-expand-region
[submodule "editor/vim/bundle/vim-airline"]
path = editor/vim/bundle/vim-airline
url = https://github.com/vim-airline/vim-airline
[submodule "editor/vim/bundle/vim-airline-themes"]
path = editor/vim/bundle/vim-airline-themes
url = https://github.com/vim-airline/vim-airline-themes
[submodule "editor/vim/bundle/vim-tmux-navigator"]
path = editor/vim/bundle/vim-tmux-navigator
url = https://github.com/christoomey/vim-tmux-navigator
[submodule "applications/tmux/plugins/tpm"]
path = applications/tmux/plugins/tpm
url = https://github.com/tmux-plugins/tpm
[submodule "editor/vim/bundle/vim-cpp-modern"]
path = editor/vim/bundle/vim-cpp-modern
url = https://github.com/bfrg/vim-cpp-modern
[submodule "editor/vim/bundle/vim-colors-xcode"]
path = editor/vim/bundle/vim-colors-xcode
url = https://github.com/lunacookies/vim-colors-xcode
[submodule "editor/vim/bundle/flex-bison-syntax"]
path = editor/vim/bundle/flex-bison-syntax
url = https://github.com/calincru/flex-bison-syntax