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
- Host: GitHub
- URL: https://github.com/solareenlo/vimrc-python
- Owner: solareenlo
- Created: 2021-10-09T15:00:00.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-28T14:45:45.000Z (almost 4 years ago)
- Last Synced: 2024-12-30T09:15:26.629Z (12 months ago)
- Topics: python, vimrc
- Language: Vim script
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)