vim/ftplugin/cpp.vim

7 lines
111 B
VimL

" Add <> to % matches
setlocal matchpairs+=<:>
if has('pythonx')
set formatexpr=format#clang_format()
endif