Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/solareenlo/vimrc-python

My .vimrc for Python
https://github.com/solareenlo/vimrc-python

python vimrc

Last synced: 4 days ago
JSON representation

My .vimrc for Python

Awesome Lists containing this project

README

        

# vimrc-python
- My .vimrc for Python

## Usage
```shell
python3 -m pip install flake8
python3 -m pip install --upgrade autopep8
python3 -m pip install isort
```

## References
- [Pythonのコードフォーマッターについての個人的ベストプラクティス](https://qiita.com/sin9270/items/85e2dab4c0144c79987d)