Saturday, October 13, 2012

RE: Vim + debugger for Python?

Excerpts from Shay's message of Sat Oct 13 16:23:20 +0200 2012:
> That being said, if someone gets around to packaging and documenting some
> Super-Vim <http://www.youtube.com/watch?v=YhqsjUUHj6g> , I'm there.
=> github.com/MarcWeber/vim-addon-manager let's you install vim packages
on windows easily, too.
Creating a "meta-distribution" is as much work as creating your own
plugin with such contents:

addon-info.json:
{
'dependencies': {
'name-of-plugin1': {},
'name-of-plugin2': {},
}
}

There are more ways to do it (janus and the like) - but I'd like to see
one tool for one job - and my tool for installing plugins is
vim-addon-manager for various reasons.

vim-addon-async provides python repl inside vim, but its based on
vim-addon-async which does not yet run on Windows. I think there is a
similar plugin requiring python only, check the "related work" section
in vim-addon-async.

Marc Weber

--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

No comments: