diff --git a/.gitmodules b/.gitmodules index 3412a67..587fc2b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,3 +13,6 @@ [submodule "vim/bundle/fugitive"] path = vim/bundle/fugitive url = https://github.com/tpope/vim-fugitive.git +[submodule "vim/bundle/checksyntax"] + path = vim/bundle/checksyntax + url = git://github.com/tomtom/checksyntax_vim.git diff --git a/vim/bundle/checksyntax b/vim/bundle/checksyntax new file mode 160000 index 0000000..8dc46cd --- /dev/null +++ b/vim/bundle/checksyntax @@ -0,0 +1 @@ +Subproject commit 8dc46cd61b74af77ba9ad05fa1f61ea16842c7e8