diff --git a/ftplugin/cpp.vim b/ftplugin/cpp.vim index 9dc43db..e4180d6 100644 --- a/ftplugin/cpp.vim +++ b/ftplugin/cpp.vim @@ -1,3 +1,6 @@ +" Add <> to % matches +setlocal matchpairs+=<:> + if has('pythonx') set formatexpr=format#clang_format() endif