Vim 插件配置——ALE

警告
本文最后更新于 2019-09-02,文中内容可能已过时。
  • pycodestyle —— 前身为pep8,检查Python语法以及格式

安装

1
pip install pycodestyle

配置

配置文件在 ~/.config/pycodestyle

  • yapf —— Google出品的Python代码格式化工具
  • isort —— 格式化 import 语句

安装

1
2
pip install yapf
pip install isort

配置

配置文件在 ~/.config/yapf/style~/.isort.cfg