TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

VIM and Python – A Match Made in Heaven

1 点作者 plessthanpt05超过 9 年前

1 comment

brianclements超过 9 年前
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>