" Swap between source/header nnoremap af :call ft#cpphpp#Swap('edit') nnoremap as :call ft#cpphpp#Swap('new') nnoremap av :call ft#cpphpp#Swap('vnew') " Code formatting using clang-format set formatprg=/usr/bin/clang-format nmap :ClangFormat