0

我正在使用适用于 Python 开发的 YouCompleteMe vim 插件。YCM 使用 jedi-vim 自动完成 python 代码。但是,我想将 python 缩进配置为 2 个空格而不是 4 个(Google Python 风格)。我怎样才能做到这一点?我尝试在 /ftplugin 中添加 python.vim 并设置 tabstop=2 shiftwidth=2。但它没有用。

4

1 回答 1

1

这解决了问题:http ://bbs.archlinux.org/viewtopic.php?id= 174117 所以在 .vim 文件夹中添加一个 after/ftplugin/language.vim

于 2014-10-24T18:53:18.670 回答