-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
58 lines (58 loc) · 3.13 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
[submodule "dotbot"]
path = dotbot
url = https://github.com/anishathalye/dotbot
ignore = dirty
[submodule "dotfiles/config/nvim/pack/syntax/opt/nvim-lspconfig"]
path = dotfiles/config/nvim/pack/syntax/opt/nvim-lspconfig
url = https://github.com/neovim/nvim-lspconfig.git
[submodule "dotfiles/config/nvim/pack/syntax/start/vim-rainbow"]
path = dotfiles/config/nvim/pack/syntax/start/vim-rainbow
url = https://github.com/frazrepo/vim-rainbow.git
[submodule "dotfiles/config/nvim/pack/syntax/opt/nvim-cmp"]
path = dotfiles/config/nvim/pack/syntax/opt/nvim-cmp
url = https://github.com/hrsh7th/nvim-cmp.git
[submodule "dotfiles/config/nvim/pack/syntax/opt/cmp-nvim-lsp"]
path = dotfiles/config/nvim/pack/syntax/opt/cmp-nvim-lsp
url = https://www.github.com/hrsh7th/cmp-nvim-lsp.git
[submodule "dotfiles/config/nvim/pack/syntax/opt/cmp-vsnip"]
path = dotfiles/config/nvim/pack/syntax/opt/cmp-vsnip
url = https://www.github.com/hrsh7th/cmp-vsnip.git
[submodule "dotfiles/config/nvim/pack/syntax/opt/cmp-path"]
path = dotfiles/config/nvim/pack/syntax/opt/cmp-path
url = https://www.github.com/hrsh7th/cmp-path.git
[submodule "dotfiles/config/nvim/pack/syntax/opt/cmp-buffer"]
path = dotfiles/config/nvim/pack/syntax/opt/cmp-buffer
url = https://www.github.com/hrsh7th/cmp-buffer.git
[submodule "dotfiles/config/nvim/pack/syntax/opt/vim-vsnip"]
path = dotfiles/config/nvim/pack/syntax/opt/vim-vsnip
url = https://www.github.com/hrsh7th/vim-vsnip.git
[submodule "dotfiles/config/nvim/pack/syntax/opt/popup.nvim"]
path = dotfiles/config/nvim/pack/syntax/opt/popup.nvim
url = https://www.github.com/nvim-lua/popup.nvim.git
[submodule "dotfiles/config/nvim/pack/syntax/opt/plenary.nvim"]
path = dotfiles/config/nvim/pack/syntax/opt/plenary.nvim
url = https://www.github.com/nvim-lua/plenary.nvim.git
[submodule "dotfiles/config/nvim/pack/syntax/opt/telescope.nvim"]
path = dotfiles/config/nvim/pack/syntax/opt/telescope.nvim
url = https://www.github.com/nvim-telescope/telescope.nvim.git
[submodule "dotfiles/config/nvim/pack/syntax/opt/nvim-lsp-installer"]
path = dotfiles/config/nvim/pack/syntax/opt/nvim-lsp-installer
url = https://github.com/williamboman/nvim-lsp-installer
[submodule "dotfiles/config/nvim/pack/syntax/opt/rust.vim"]
path = dotfiles/config/nvim/pack/syntax/opt/rust.vim
url = https://github.com/rust-lang/rust.vim
[submodule "dotfiles/config/nvim/pack/syntax/start/haskell-vim"]
path = dotfiles/config/nvim/pack/syntax/start/haskell-vim
url = https://github.com/neovimhaskell/haskell-vim
[submodule "dotfiles/config/nvim/pack/syntax/opt/haskell-tools.nvim"]
path = dotfiles/config/nvim/pack/syntax/opt/haskell-tools.nvim
url = https://github.com/MrcJkb/haskell-tools.nvim
[submodule "dotfiles/config/nvim/pack/syntax/opt/vim-surround"]
path = dotfiles/config/nvim/pack/syntax/opt/vim-surround
url = https://github.com/tpope/vim-surround
[submodule "dotfiles/config/nvim/pack/syntax/opt/agda-vim"]
path = dotfiles/config/nvim/pack/syntax/opt/agda-vim
url = https://github.com/derekelkins/agda-vim
[submodule "dotfiles/config/nvim/pack/syntax/opt/rustaceanvim"]
path = dotfiles/config/nvim/pack/syntax/opt/rustaceanvim
url = https://github.com/mrcjkb/rustaceanvim