-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitmodules
100 lines (100 loc) · 3.94 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
[submodule ".vim/bundle/vim-airline"]
path = .vim/bundle/vim-airline
url = https://github.com/vim-airline/vim-airline
[submodule ".vim/bundle/cscope_maps"]
path = .vim/bundle/cscope_maps
url = https://github.com/joestringer/cscope_maps
[submodule ".vim/bundle/vim-fugitive"]
path = .vim/bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule ".vim/bundle/vim-commentary"]
path = .vim/bundle/vim-commentary
url = https://github.com/tpope/vim-commentary.git
[submodule ".vim/bundle/sonicpi.vim"]
path = .vim/bundle/sonicpi.vim
url = https://github.com/joestringer/sonicpi.vim.git
[submodule ".vim/bundle/vim-gitgutter"]
path = .vim/bundle/vim-gitgutter
url = https://github.com/airblade/vim-gitgutter.git
[submodule ".vim/bundle/vim-localrc"]
path = .vim/bundle/vim-localrc
url = https://github.com/thinca/vim-localrc.git
[submodule ".vim/bundle/vim-autoadapt"]
path = .vim/bundle/vim-autoadapt
url = https://github.com/vim-scripts/AutoAdapt
[submodule ".vim/bundle/ingo-library.vim"]
path = .vim/bundle/ingo-library.vim
url = https://github.com/vim-scripts/ingo-library
[submodule ".vim/bundle/nerdtree"]
path = .vim/bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule ".vim/bundle/tmuxline"]
path = .vim/bundle/tmuxline
url = https://github.com/edkolev/tmuxline.vim
[submodule ".vim/bundle/vim-helm"]
path = .vim/bundle/vim-helm
url = https://github.com/towolf/vim-helm
[submodule ".vim/bundle/vim-delve"]
path = .vim/bundle/vim-delve
url = https://github.com/sebdah/vim-delve
[submodule ".vim/bundle/vimux"]
path = .vim/bundle/vimux
url = https://github.com/benmills/vimux
[submodule ".vim/bundle/cctree"]
path = .vim/bundle/cctree
url = https://github.com/hari-rangarajan/CCTree
[submodule ".vim/bundle/onedark.vim"]
path = .vim/bundle/onedark.vim
url = https://github.com/joshdick/onedark.vim
[submodule ".vim/bundle/gh.nvim"]
path = .vim/bundle/gh.nvim
url = https://github.com/ldelossa/gh.nvim
branch = main
[submodule ".vim/bundle/litee.nvim"]
path = .vim/bundle/litee.nvim
url = https://github.com/ldelossa/litee.nvim
[submodule ".vim/bundle/plenary.nvim"]
path = .vim/bundle/plenary.nvim
url = https://github.com/nvim-lua/plenary.nvim
[submodule ".vim/bundle/telescope.nvim"]
path = .vim/bundle/telescope.nvim
url = https://github.com/nvim-telescope/telescope.nvim
[submodule ".vim/bundle/nvim-treesitter"]
path = .vim/bundle/nvim-treesitter
url = https://github.com/nvim-treesitter/nvim-treesitter
[submodule ".vim/bundle/telescope-ui-select.nvim"]
path = .vim/bundle/telescope-ui-select.nvim
url = https://github.com/nvim-telescope/telescope-ui-select.nvim
[submodule ".vim/bundle/coc.nvim"]
path = .vim/bundle/coc.nvim
url = https://github.com/neoclide/coc.nvim.git
[submodule ".vim/bundle/nvim-dap-ui"]
path = .vim/bundle/nvim-dap-ui
url = https://github.com/rcarriga/nvim-dap-ui.git
[submodule ".vim/bundle/nvim-dap"]
path = .vim/bundle/nvim-dap
url = https://github.com/mfussenegger/nvim-dap.git
[submodule ".vim/bundle/nvim-lspconfig"]
path = .vim/bundle/nvim-lspconfig
url = https://github.com/neovim/nvim-lspconfig.git
[submodule ".vim/bundle/sphinx.nvim"]
path = .vim/bundle/sphinx.nvim
url = https://github.com/stsewd/sphinx.nvim.git
[submodule ".vim/bundle/tmuxline.vim"]
path = .vim/bundle/tmuxline.vim
url = https://github.com/edkolev/tmuxline.vim.git
[submodule ".vim/bundle/vim-AutoAdapt"]
path = .vim/bundle/vim-AutoAdapt
url = https://github.com/inkarkat/vim-AutoAdapt.git
[submodule ".vim/bundle/vim-ingo-library"]
path = .vim/bundle/vim-ingo-library
url = https://github.com/inkarkat/vim-ingo-library.git
[submodule ".vim/bundle/limelight.vim"]
path = .vim/bundle/limelight.vim
url = https://github.com/junegunn/limelight.vim.git
[submodule ".vim/bundle/nvim-dap-projects"]
path = .vim/bundle/nvim-dap-projects
url = https://github.com/ldelossa/nvim-dap-projects.git
[submodule ".vim/bundle/which-key.nvim"]
path = .vim/bundle/which-key.nvim
url = https://github.com/folke/which-key.nvim