7 lines
116 B
VimL
7 lines
116 B
VimL
" Add <> to % matches
|
|
setlocal matchpairs+=<:>
|
|
|
|
if has('pythonx')
|
|
setlocal formatexpr=format#clang_format()
|
|
endif
|