我使用 gvim 编写代码,并希望使用 clang-format 作为插件。据我所知,它已经集成在 vim 中。我只需要将这一行添加到我的 .vimrc 中:
map <C-K> :pyf <path-to-this-file>/clang-format.py<cr>
不幸的是我找不到<path-to-this-file>
。我已经通过apt-get安装了clang-format-3.6。
感谢帮助!
答案1
它是 clang-format 安装路径中的 clang-format-diff(不带 .py 扩展名)。在我的例子中
/usr/bin/clang-format-diff-6.0 (I am using 6.0)