cdelledonne / vim-cmake

Vim/Neovim plugin for working with CMake projects
MIT License
259 stars 21 forks source link

.gitmodules relative path #96

Closed oj-lappi closed 9 months ago

oj-lappi commented 9 months ago

I'm using vim-cmake in a docker image, where vim-cmake is cloned with https, but the submodule vim-libs uses ssh and this breaks the build. Replacing the url with a relative path pointing at the vim-libs submodule should work in all cases, both when using ssh and https. I've tested both the docker build and a regular submodule update using an ssh clone, both work.

cdelledonne commented 9 months ago

Perfect, thanks!