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

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

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

python vimrc

Last synced: 10 months 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)