TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

VIM and Python – A Match Made in Heaven

1 pointsby plessthanpt05over 9 years ago

1 comment

brianclementsover 9 years ago
Most of these seem to just be general Vim suggestions that work in any language, but they aren&#x27;t bad.<p>The real lubricant for Python and Vim for me has been control over virtual environments. I&#x27;ve hacked on a popular plugin that allows Virtualenv inheritance from the terminal and relative Virtualenv directory support among other things.[1] The original author didn&#x27;t incorporate all my changes, so I&#x27;ve sort of kept the fork lingering around. But try out the original as well.[2]<p>[1]<a href="https:&#x2F;&#x2F;github.com&#x2F;brianclements&#x2F;vim-virtualenv" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;brianclements&#x2F;vim-virtualenv</a><p>[2]<a href="https:&#x2F;&#x2F;github.com&#x2F;jmcantrell&#x2F;vim-virtualenv" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;jmcantrell&#x2F;vim-virtualenv</a>