diff options
| author | Mitchell Riedstra <mitch@riedstra.dev> | 2021-08-22 16:59:25 -0400 |
|---|---|---|
| committer | Mitchell Riedstra <mitch@riedstra.dev> | 2021-08-22 16:59:25 -0400 |
| commit | ea49cd1213fb707928f6c36d7aa206060c9441be (patch) | |
| tree | c616744e94968523ee988c401d67a941d7284c40 /.gitmodules | |
| parent | 6f6a853eae364d7c8fbbadc3d1d8e02979764a32 (diff) | |
| download | vim-cfg-ea49cd1213fb707928f6c36d7aa206060c9441be.tar.gz vim-cfg-ea49cd1213fb707928f6c36d7aa206060c9441be.tar.xz | |
Add a few more plugins
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index f5fd24a..add1721 100644 --- a/.gitmodules +++ b/.gitmodules @@ -64,3 +64,12 @@ [submodule "pack/plugins/start/c.vim"] path = pack/plugins/start/c.vim url = https://github.com/vim-scripts/c.vim +[submodule "pack/plugins/start/clang_complete"] + path = pack/plugins/start/clang_complete + url = https://github.com/xavierd/clang_complete +[submodule "pack/plugins/start/tagbar"] + path = pack/plugins/start/tagbar + url = https://github.com/preservim/tagbar +[submodule "pack/plugins/start/fugitive"] + path = pack/plugins/start/fugitive + url = https://github.com/tpope/vim-fugitive |
