diff options
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 21 |
1 files changed, 18 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 986283d..92552d3 100644 --- a/.gitmodules +++ b/.gitmodules | |||
| @@ -22,9 +22,6 @@ | |||
| 22 | [submodule "pack/submodules/start/nvim-cmp"] | 22 | [submodule "pack/submodules/start/nvim-cmp"] |
| 23 | path = pack/nvim/start/nvim-cmp | 23 | path = pack/nvim/start/nvim-cmp |
| 24 | url = https://github.com/hrsh7th/nvim-cmp | 24 | url = https://github.com/hrsh7th/nvim-cmp |
| 25 | [submodule "pack/submodules/start/nvim-lspconfig"] | ||
| 26 | path = pack/nvim/start/nvim-lspconfig | ||
| 27 | url = https://github.com/neovim/nvim-lspconfig | ||
| 28 | [submodule "pack/submodules/start/nvim-cmp-nvim-lsp"] | 25 | [submodule "pack/submodules/start/nvim-cmp-nvim-lsp"] |
| 29 | path = pack/nvim/start/nvim-cmp-nvim-lsp | 26 | path = pack/nvim/start/nvim-cmp-nvim-lsp |
| 30 | url = https://github.com/hrsh7th/cmp-nvim-lsp | 27 | url = https://github.com/hrsh7th/cmp-nvim-lsp |
| @@ -61,3 +58,21 @@ | |||
| 61 | [submodule "pack/all/start/fzf.vim"] | 58 | [submodule "pack/all/start/fzf.vim"] |
| 62 | path = pack/all/start/fzf.vim | 59 | path = pack/all/start/fzf.vim |
| 63 | url = https://github.com/junegunn/fzf.vim | 60 | url = https://github.com/junegunn/fzf.vim |
| 61 | [submodule "pack/all/start/fzf"] | ||
| 62 | path = pack/all/start/fzf | ||
| 63 | url = https://github.com/junegunn/fzf | ||
| 64 | [submodule "pack/nvim/start/nvim-telescope"] | ||
| 65 | path = pack/nvim/start/nvim-telescope | ||
| 66 | url = https://github.com/nvim-telescope/telescope.nvim | ||
| 67 | [submodule "pack/nvim/start/nvim-plenary"] | ||
| 68 | path = pack/nvim/start/nvim-plenary | ||
| 69 | url = https://github.com/nvim-lua/plenary.nvim | ||
| 70 | [submodule "pack/nvim/start/nvim-lua-language-server"] | ||
| 71 | path = pack/nvim/start/nvim-lua-language-server | ||
| 72 | url = https://github.com/LuaLS/lua-language-server | ||
| 73 | [submodule "pack/nvim/start/nvim-lspconfig"] | ||
| 74 | path = pack/nvim/start/nvim-lspconfig | ||
| 75 | url = https://github.com/neovim/nvim-lspconfig | ||
| 76 | [submodule "pack/nvim/start/nvim-lsp"] | ||
| 77 | path = pack/nvim/start/nvim-lsp | ||
| 78 | url = https://github.com/prabirshrestha/vim-lsp | ||
