diff options
| author | Mitchell Riedstra <mitch@riedstra.dev> | 2021-09-08 18:54:08 -0400 |
|---|---|---|
| committer | Mitchell Riedstra <mitch@riedstra.dev> | 2021-09-08 18:55:49 -0400 |
| commit | 263d4dc6dfd499bf20bf3303ad0afa48d76fd4bf (patch) | |
| tree | 3b9a28c5ab19f49f29ede2e71bad271d80563da1 /.gitmodules | |
| parent | ebd8d5731cb35fdfbc28214b3a9ddf991c103230 (diff) | |
| download | vim-cfg-263d4dc6dfd499bf20bf3303ad0afa48d76fd4bf.tar.gz vim-cfg-263d4dc6dfd499bf20bf3303ad0afa48d76fd4bf.tar.xz | |
Add hybrid themes. Add ctags and clag lib path for Ubuntu and Void
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index add1721..a244c0d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -73,3 +73,9 @@ [submodule "pack/plugins/start/fugitive"] path = pack/plugins/start/fugitive url = https://github.com/tpope/vim-fugitive +[submodule "pack/themes/start/hybrid"] + path = pack/themes/start/hybrid + url = https://github.com/kristijanhusak/vim-hybrid-material +[submodule "pack/themes/start/hybrid-orig"] + path = pack/themes/start/hybrid-orig + url = https://github.com/w0ng/vim-hybrid |
