Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mbrochh/vim-as-a-python-ide
Example code from my PyCon APAC 2012 talk.
https://github.com/mbrochh/vim-as-a-python-ide
Last synced: 3 months ago
JSON representation
Example code from my PyCon APAC 2012 talk.
- Host: GitHub
- URL: https://github.com/mbrochh/vim-as-a-python-ide
- Owner: mbrochh
- Archived: true
- Created: 2012-06-06T04:58:45.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-08-24T13:10:01.000Z (about 10 years ago)
- Last Synced: 2024-05-23T04:54:17.260Z (6 months ago)
- Language: VimL
- Size: 1.57 MB
- Stars: 551
- Watchers: 61
- Forks: 205
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vim as a Python IDE
This is the code for my PyCon APAC 2012 talk about Vim as Python IDE.
Video: https://www.youtube.com/watch?v=YhqsjUUHj6g
Slides: https://speakerdeck.com/u/mbrochh/p/vim-as-a-python-ideYou can also find the slides as a PDF in this repository.
If you want to start using Vim for the first time, have a look at the
``.vimrc`` file in this repository and gradually uncomment everything.Then install the plugins mentionned at the bottom of the file and you should
be good to go.Please note that I am no longer using the [python-mode](https://github.com/klen/python-mode)
plugin. Instead I am now using the [jedi-vim](https://github.com/davidhalter/jedi-vim/)
plugin, which I find a bit easier to configure and it seems to have better
auto-completion features.