diff options
| author | Reiner Herrmann <reiner@reiner-h.de> | 2022-05-01 15:28:57 +0200 |
|---|---|---|
| committer | Reiner Herrmann <reiner@reiner-h.de> | 2022-05-01 15:28:57 +0200 |
| commit | c46b8489655eccdd5574a6e08b39dbfedca2caf3 (patch) | |
| tree | 59d92aeb6d7da203c5be5e19c8518ed0e4abc335 /.gitmodules | |
| parent | c209afe53d5f1c8c7adbfde4ae4cf37df760db10 (diff) | |
vim: add vim-cpp-modern as submodule
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 90d2510..c65d87b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -28,3 +28,6 @@ [submodule "vim/pack/default/start/rust.vim"] path = vim/pack/default/start/rust.vim url = https://github.com/rust-lang/rust.vim.git +[submodule "vim/pack/default/start/vim-cpp-modern"] + path = vim/pack/default/start/vim-cpp-modern + url = https://github.com/bfrg/vim-cpp-modern.git |
