diff options
| author | Max Christian Pohle | 2023-10-20 16:43:03 +0200 |
|---|---|---|
| committer | Max Christian Pohle | 2023-10-20 17:36:48 +0200 |
| commit | dd2623b7ce5f00ef9b1728efeef4538fd47a0d31 (patch) | |
| tree | 71b4c7ad35ea258c359c4bd8d2ff9e494fadbfec /.gitmodules | |
| parent | c0f915ed8c808c73195c90fdae62c19fc97a8d29 (diff) | |
| parent | ebe1de13f1ae081af20ba22d7b62f7477d5062cd (diff) | |
| download | vim-dd2623b7ce5f00ef9b1728efeef4538fd47a0d31.tar.bz2 vim-dd2623b7ce5f00ef9b1728efeef4538fd47a0d31.zip | |
Merge Windows config
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 | ||
