diff options
author | Guangxiong Lin <[email protected]> | 2024-01-15 20:26:09 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2024-01-15 20:26:09 +0800 |
commit | e6b66752b788aeac9e35d4917b2140a946398e65 (patch) | |
tree | f9d4b7acbc0bc60ed1f2a0011e0c2174c721dd0a /.gitmodules | |
parent | 309d98a15eb95698a91be083511a8fd384ee7b05 (diff) | |
download | dotfiles-e6b66752b788aeac9e35d4917b2140a946398e65.tar.gz dotfiles-e6b66752b788aeac9e35d4917b2140a946398e65.tar.bz2 dotfiles-e6b66752b788aeac9e35d4917b2140a946398e65.zip |
Migrate from vim-lsp to yegappan-lsp
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 889677d..b56768d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -58,3 +58,6 @@ [submodule ".vim/pack/nvim/opt/diffview.nvim"] path = .vim/pack/nvim/opt/diffview.nvim url = https://github.com/sindrets/diffview.nvim +[submodule ".vim/pack/submodule/opt/yegappan-lsp"] + path = .vim/pack/submodule/opt/yegappan-lsp + url = https://github.com/yegappan/lsp |