-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
108 lines (108 loc) · 4.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
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
105
106
107
108
[submodule "bundle/ag.vim"]
path = bundle/ag.vim
url = https://github.com/rking/ag.vim
ignore = untracked
[submodule "bundle/suda.vim"]
path = bundle/suda.vim
url = https://github.com/lambdalisue/suda.vim.git
ignore = untracked
[submodule "bundle/vim-wordmotion"]
path = bundle/vim-wordmotion
url = https://github.com/chaoren/vim-wordmotion.git
ignore = untracked
[submodule "bundle/gruvbox"]
path = bundle/gruvbox
url = https://github.com/morhetz/gruvbox.git
[submodule "bundle/vim-rustfmt"]
path = bundle/vim-rustfmt
url = https://github.com/alx741/vim-rustfmt.git
[submodule "bundle/onedark.nvim"]
path = bundle/onedark.nvim
url = https://github.com/navarasu/onedark.nvim.git
[submodule "bundle/monokai.nvim"]
path = bundle/monokai.nvim
url = https://github.com/tanvirtin/monokai.nvim.git
[submodule "bundle/kanagawa.nvim"]
path = bundle/kanagawa.nvim
url = https://github.com/rebelot/kanagawa.nvim.git
[submodule "bundle/asyncrun.vim"]
path = bundle/asyncrun.vim
url = https://github.com/skywind3000/asyncrun.vim.git
[submodule "bundle/nvim-treesitter"]
path = bundle/nvim-treesitter
url = https://github.com/nvim-treesitter/nvim-treesitter.git
[submodule "bundle/nvim-tree.lua"]
path = bundle/nvim-tree.lua
url = https://github.com/nvim-tree/nvim-tree.lua.git
[submodule "bundle/telescope.nvim"]
path = bundle/telescope.nvim
url = https://github.com/nvim-telescope/telescope.nvim.git
[submodule "bundle/plenary.nvim"]
path = bundle/plenary.nvim
url = https://github.com/nvim-lua/plenary.nvim.git
[submodule "bundle/nvim-web-devicons"]
path = bundle/nvim-web-devicons
url = https://github.com/nvim-tree/nvim-web-devicons.git
[submodule "bundle/indent-blankline.nvim"]
path = bundle/indent-blankline.nvim
url = https://github.com/lukas-reineke/indent-blankline.nvim
[submodule "bundle/treesitter-indent-object.nvim"]
path = bundle/treesitter-indent-object.nvim
url = https://github.com/kiyoon/treesitter-indent-object.nvim.git
[submodule "bundle/telescope-fzf-native.nvim"]
path = bundle/telescope-fzf-native.nvim
url = https://github.com/nvim-telescope/telescope-fzf-native.nvim.git
[submodule "bundle/cmp-buffer"]
path = bundle/cmp-buffer
url = https://github.com/hrsh7th/cmp-buffer.git
[submodule "bundle/cmp-nvim-lsp"]
path = bundle/cmp-nvim-lsp
url = https://github.com/hrsh7th/cmp-nvim-lsp.git
[submodule "bundle/cmp-path"]
path = bundle/cmp-path
url = https://github.com/hrsh7th/cmp-path.git
[submodule "bundle/nvim-cmp"]
path = bundle/nvim-cmp
url = https://github.com/hrsh7th/nvim-cmp.git
[submodule "bundle/nvim-lspconfig"]
path = bundle/nvim-lspconfig
url = https://github.com/neovim/nvim-lspconfig.git
[submodule "bundle/trouble.nvim"]
path = bundle/trouble.nvim
url = https://github.com/folke/trouble.nvim.git
[submodule "bundle/nvim-echo-diagnostics"]
path = bundle/nvim-echo-diagnostics
url = https://github.com/seblj/nvim-echo-diagnostics.git
[submodule "bundle/lualine.nvim"]
path = bundle/lualine.nvim
url = https://github.com/nvim-lualine/lualine.nvim.git
[submodule "bundle/bufferline.nvim"]
path = bundle/bufferline.nvim
url = https://github.com/akinsho/bufferline.nvim.git
[submodule "bundle/onedarker.nvim"]
path = bundle/onedarker.nvim
url = https://github.com/LunarVim/onedarker.nvim.git
[submodule "bundle/nordic.nvim"]
path = bundle/nordic.nvim
url = https://github.com/AlexvZyl/nordic.nvim.git
[submodule "bundle/mini.cursorword"]
path = bundle/mini.cursorword
url = https://github.com/echasnovski/mini.cursorword.git
[submodule "bundle/gitsigns.nvim"]
path = bundle/gitsigns.nvim
url = https://github.com/lewis6991/gitsigns.nvim.git
[submodule "bundle/blame.nvim"]
path = bundle/blame.nvim
url = https://github.com/FabijanZulj/blame.nvim.git
[submodule "bundle/magick.nvim"]
path = bundle/magick.nvim
url = https://github.com/kiyoon/magick.nvim.git
[submodule "bundle/image.nvim"]
path = bundle/image.nvim
url = https://github.com/3rd/image.nvim.git
[submodule "bundle/diffview.nvim"]
path = bundle/diffview.nvim
url = https://github.com/sindrets/diffview.nvim.git
[submodule "bundle/cmp-nvim-lsp-signature-help"]
path = bundle/cmp-nvim-lsp-signature-help
url = https://github.com/hrsh7th/cmp-nvim-lsp-signature-help.git