En essayant de préparer l'environnement macvim pour qu'il fonctionne avec clang-format, je l'ai fait :
$ vim ~/.vimrc
map <C-K> :pyf /usr/local/Cellar/clang-format/2018-04-24/share/clang/clang-format.py<cr>
imap <C-K> <c-o>:pyf /usr/local/Cellar/clang-format/2018-04-24/share/clang/clang-format.py<cr>
Cela a fonctionné pour vim (sur le terminal) mais pas pour macvim, dans lequel, lorsque j'appuie sur C-k, j'obtiens :
E319: Sorry, the command is not available in this version
Il semble qu'il existe des approches pour résoudre ce problème sous linux
Comment résoudre ce problème sous MacOS ?
Remarque : https://github.com/rhysd/vim-clang-format aide en fournissant :ClangFormat
.