Re: Cool Vim Tricks for Python (was: Webdev: the times, they are a changin'_

2012-04-30 Thread Dave Smith
On Apr 20, 2012, at 2:00 PM, Amjith Ramanujam wrote: > This plugin for vim does it all for python. > http://www.vim.org/scripts/script.php?script_id=3770 This plugin has been life changing. Thanks! I found the github project to be much more instructive regarding installation procedures and usa

Re: Cool Vim Tricks for Python (was: Webdev: the times, they are a changin'_

2012-04-23 Thread Stephen M. McQuay
On Fri, Apr 20, 2012 at 11:32:53AM -0600, Dave Smith wrote: > 2. I want to run pylint in the background periodically, and have it > put a marker in the left-most column for E, W, C, etc. messages from > pylint. I use pyflakes at work, and there's a nice plugin that highlights errors. What you're d

Re: Cool Vim Tricks for Python (was: Webdev: the times, they are a changin'_

2012-04-20 Thread Lonnie Olson
On Fri, Apr 20, 2012 at 11:58 AM, Andrew McNabb wrote: > On Fri, Apr 20, 2012 at 11:32:53AM -0600, Dave Smith wrote: >> As long as we're talking about cool vim tricks for Python, why not start a >> new thread. Need I mention this article from one of our own. http://sontek.net/turning-vim-into-a

Re: Cool Vim Tricks for Python (was: Webdev: the times, they are a changin'_

2012-04-20 Thread Andrew McNabb
On Fri, Apr 20, 2012 at 11:32:53AM -0600, Dave Smith wrote: > As long as we're talking about cool vim tricks for Python, why not start a > new thread. 1) Folding I have found jpythonfold to be the best python fold script out there: http://www.vim.org/scripts/script.php?script_id=2527 I use the

Cool Vim Tricks for Python (was: Webdev: the times, they are a changin'_

2012-04-20 Thread Dave Smith
As long as we're talking about cool vim tricks for Python, why not start a new thread. I like ":set relativenumber". Very handy. Thanks! How about this: 1. I want to show a marker in the left-most column for lines I've changed according to "git diff" since my last commit. I use fugitive, but c