如何使用 vim 自定义文件缩进?
我最近阅读了这篇文章,与在 Vim 中缩进源文件有关。 但是,我希望能够自定义其中一些缩进。 有没有办法指定当我按 = 时运行哪个二进制文件?
I recently read this article related to indenting source files in Vim . However , I would like to be able to custom indent some of them . Is there a way to specify which binary runs when I press = ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
从帮助中:
看起来设置
equalprg
选项就是您想要的。From the help:
It looks like setting the
equalprg
option is what you want.您可以设置
equalprg
选项。 (参见 :he = 了解更多)。You can set the
equalprg
-option. (see :he = for more).