Plugin 'vim-latex/vim-latex'
Plugin 'alx741/vinfo'
Plugin 'derekwyatt/vim-protodef'
+Plugin 'ram-z/vim-clang-format'
" needs editing colorscheme
" Plugin 'jeaye/color_coded'
" Check LucHermites plugins: https://github.com/LucHermitte/lh-cpp
" bindings {{{1
-" allow both <space> and / to be <leader>
+" allow both <space> and \ to be <leader>
map <space> <leader>
" make
let g:tagbar_width = 25
let g:tagbar_iconchars = ['+', '-']
+" tcomments {{{2
+let g:tcommentTextObjectInlineComment = 'gic'
+
" ultisnips {{{2
let g:UltiSnipsEditSplit = 'vertical'
let g:UltiSnipsSnippetsDir = expand("$XDG_CONFIG_HOME/vim/ultisnips")
nnoremap [unite] <Nop>
nmap <leader>u [unite]
+nnoremap [unite]u :UniteResume<CR>
" unite-grep {{{3
" seems not respected