diff options
author | Florian Pritz <bluewind@xinu.at> | 2017-06-13 11:13:11 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2017-06-13 11:13:11 +0200 |
commit | 5527df94488501b3877b9758ea14c563d7b1b70f (patch) | |
tree | 6c839870cd03ef013b831decfa268be2233226f4 /.gitmodules | |
parent | c9c80f3d8462cf5482d1c909f8f4a156778f3d54 (diff) | |
download | dotfiles-5527df94488501b3877b9758ea14c563d7b1b70f.tar.gz dotfiles-5527df94488501b3877b9758ea14c563d7b1b70f.tar.xz |
misc
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index ece7ac2..b5b1cf7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -106,3 +106,6 @@ [submodule ".vim/bundle/vim-action-ag"] path = .vim/bundle/vim-action-ag url = https://github.com/Chun-Yang/vim-action-ag.git +[submodule ".vim/bundle/neomake"] + path = .vim/bundle/neomake + url = https://github.com/neomake/neomake.git |