diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2022-12-17 22:00:47 +0100 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2022-12-17 22:00:47 +0100 |
commit | bfb6564c62ff2e85b8cab3daf20ddabc125f8fa0 (patch) | |
tree | fb05962dc95fba7246bfd9e3edb1605ebdab2d75 /.gitmodules | |
parent | f163201132af1291f8ebb52d7f984ed71efaaf02 (diff) | |
download | dotfiles-bfb6564c62ff2e85b8cab3daf20ddabc125f8fa0.tar.gz |
remove old git modules
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index b06cd13..5149426 100644 --- a/.gitmodules +++ b/.gitmodules @@ -49,3 +49,6 @@ [submodule ".vim/bundle/vterminal"] path = .vim/bundle/vterminal url = https://github.com/meisterfischy/vterminal.git +[submodule ".vim/bundle/coc.nvim"] + path = .vim/bundle/coc.nvim + url = https://github.com/neoclide/coc.nvim.git |