Add <> to % matches in cpp filetype

This commit is contained in:
Kenneth Benzie 2022-02-03 14:25:19 +00:00
parent caa83e88d2
commit 8277ad04ab

View File

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