My Vim
Some time ago I’ve decided to listen many developers’ experience, about working and everyday-using the Vim text editor. In this post I’d like to describe what I did with my editor for increasing its convenience to the level of almost(?) fully-functional IDE. This is what my editor can do now:
- Syntax highlight
- Comfortable color scheme
- Code folding
- Code auto-completion
- Organizing files into projects
- Exploring code structure
- Checking python code with pylint and pychecker
Lots of mentioned above is included in standard distribution, all you have to do — set and wind it up. On this and on some manually-installed extensions - inside.
continue reading


