[submodule "vim/bundle/tcomment_vim"]
path = vim/bundle/tcomment_vim
url = https://github.com/tomtom/tcomment_vim.git
+[submodule "vim/bundle/YouCompleteMe"]
+ path = vim/bundle/YouCompleteMe
+ url = https://github.com/Valloric/YouCompleteMe.git
--- /dev/null
+Subproject commit 3a6b87bf6d965a0a546d42bce0419212c73061b2
let g:tagbar_width = 25
let g:tagbar_iconchars = ['+', '-']
+" YouCompleteMe {{{2
+let g:ycm_extra_conf_globlist = ['/mnt/data/src/*']
+
" functions {{{1
" Convenient command to see the difference between the current buffer and the
" file it was loaded from, thus the changes you made.