-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
104 lines (104 loc) · 3.87 KB
/
Copy path.gitmodules
File metadata and controls
104 lines (104 loc) · 3.87 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
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
101
102
103
104
[submodule "fast-syntax-highlighting"]
path = .local/share/zsh/plugins/fast-syntax-highlighting
url = https://github.com/zdharma-continuum/fast-syntax-highlighting.git
shallow = true
[submodule "nvm"]
path = .local/share/nvm
url = https://github.com/nvm-sh/nvm.git
shallow = true
[submodule "pyenv"]
path = .local/share/pyenv
url = https://github.com/pyenv/pyenv.git
shallow = true
[submodule "spaceship-prompt"]
path = .local/share/zsh/themes/spaceship-prompt
url = https://github.com/spaceship-prompt/spaceship-prompt.git
shallow = true
[submodule "z.lua"]
path = .local/share/z.lua
url = https://github.com/skywind3000/z.lua.git
shallow = true
[submodule "zsh-autosuggestions"]
path = .local/share/zsh/plugins/zsh-autosuggestions
url = https://github.com/zsh-users/zsh-autosuggestions.git
shallow = true
[submodule "neovim_nvim-treesitter"]
path = .config/nvim/pack/plugins/start/nvim-treesitter
url = https://github.com/nvim-treesitter/nvim-treesitter
shallow = true
[submodule "neovim_telescope.nvim"]
path = .config/nvim/pack/plugins/start/telescope.nvim
url = https://github.com/nvim-telescope/telescope.nvim
shallow = true
[submodule "neovim_mason-lspconfig.nvim"]
path = .config/nvim/pack/plugins/start/mason-lspconfig.nvim
url = https://github.com/williamboman/mason-lspconfig.nvim
shallow = true
[submodule "neovim_indent-blankline.nvim"]
path = .config/nvim/pack/plugins/start/indent-blankline.nvim
url = https://github.com/lukas-reineke/indent-blankline.nvim
shallow = true
[submodule "neovim_cmp-nvim-lsp"]
path = .config/nvim/pack/plugins/start/cmp-nvim-lsp
url = https://github.com/hrsh7th/cmp-nvim-lsp
shallow = true
[submodule "neovim_cmp-path"]
path = .config/nvim/pack/plugins/start/cmp-path
url = https://github.com/hrsh7th/cmp-path
shallow = true
[submodule "neovim_cmp_luasnip"]
path = .config/nvim/pack/plugins/start/cmp_luasnip
url = https://github.com/saadparwaiz1/cmp_luasnip
shallow = true
[submodule "neovim_plenary.nvim"]
path = .config/nvim/pack/plugins/start/plenary.nvim
url = https://github.com/nvim-lua/plenary.nvim
shallow = true
[submodule "neovim_nvim-lint"]
path = .config/nvim/pack/plugins/start/nvim-lint
url = https://github.com/mfussenegger/nvim-lint
shallow = true
[submodule "neovim_nvim-tree.lua"]
path = .config/nvim/pack/plugins/start/nvim-tree.lua
url = https://github.com/nvim-tree/nvim-tree.lua
shallow = true
[submodule "neovim_nvim-web-devicons"]
path = .config/nvim/pack/plugins/start/nvim-web-devicons
url = https://github.com/nvim-tree/nvim-web-devicons
shallow = true
[submodule "neovim_lualine.nvim"]
path = .config/nvim/pack/plugins/start/lualine.nvim
url = https://github.com/nvim-lualine/lualine.nvim
shallow = true
[submodule "neovim_cmp-buffer"]
path = .config/nvim/pack/plugins/start/cmp-buffer
url = https://github.com/hrsh7th/cmp-buffer
shallow = true
[submodule "neovim_telescope-fzf-native.nvim"]
path = .config/nvim/pack/plugins/start/telescope-fzf-native.nvim
url = https://github.com/nvim-telescope/telescope-fzf-native.nvim
shallow = true
[submodule "neovim_nvim-cmp"]
path = .config/nvim/pack/plugins/start/nvim-cmp
url = https://github.com/hrsh7th/nvim-cmp
shallow = true
[submodule "neovim_mason.nvim"]
path = .config/nvim/pack/plugins/start/mason.nvim
url = https://github.com/williamboman/mason.nvim
shallow = true
[submodule "neovim_nvim-lspconfig"]
path = .config/nvim/pack/plugins/start/nvim-lspconfig
url = https://github.com/neovim/nvim-lspconfig
shallow = true
[submodule "neovim_gitsigns.nvim"]
path = .config/nvim/pack/plugins/start/gitsigns.nvim
url = https://github.com/lewis6991/gitsigns.nvim
shallow = true
[submodule "neovim_LuaSnip"]
path = .config/nvim/pack/plugins/start/LuaSnip
url = https://github.com/L3MON4D3/LuaSnip
shallow = true
[submodule "neovim_theme_dracula"]
path = .config/nvim/pack/plugins/start/theme_dracula
url = https://github.com/Mofiqul/dracula.nvim.git
shallow = true