summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorMike Crute <crutem@amazon.com>2018-09-25 09:42:31 -0700
committerMike Crute <crutem@amazon.com>2018-09-25 09:42:31 -0700
commit0a3cc21777f21d61dcecde801c733703517fc49b (patch)
tree86094fb17c7bb5e8dbf2eadf6968df0d5ead3774 /.gitmodules
parentad80c3d89c26f6a8d09eaff3dd21a449ddfc20dc (diff)
downloaddotfiles-0a3cc21777f21d61dcecde801c733703517fc49b.tar.bz2
dotfiles-0a3cc21777f21d61dcecde801c733703517fc49b.tar.xz
dotfiles-0a3cc21777f21d61dcecde801c733703517fc49b.zip
Add vim toml
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 24eb4d6..91e4423 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -58,3 +58,6 @@
58[submodule ".vim/bundle/papercolor-theme"] 58[submodule ".vim/bundle/papercolor-theme"]
59 path = .vim/bundle/papercolor-theme 59 path = .vim/bundle/papercolor-theme
60 url = https://github.com/NLKNguyen/papercolor-theme.git 60 url = https://github.com/NLKNguyen/papercolor-theme.git
61[submodule ".vim/bundle/vim-toml"]
62 path = .vim/bundle/vim-toml
63 url = https://github.com/cespare/vim-toml.git