Ecosyste.ms: Awesome
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: 4 days 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 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-28T14:45:45.000Z (about 3 years ago)
- Last Synced: 2024-11-08T02:45:56.954Z (about 2 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)