Hacker News new | ask | show | jobs
by julien_p 5409 days ago
This is extremely close to my vim setup. Two additional plugins I'd recommend are ack.vim (https://github.com/mileszs/ack.vim) to provide search across multiple files and ropevim (http://rope.sourceforge.net/ropevim.html) for better python completion and some refactorings. Check out rope-omni (https://github.com/rygwdn/rope-omni) for ropevim and supertab integration.
1 comments

Close for me too. Since he mentioned TagClose and DelimitMate to close various stuff magically I find it notable to mention vim-surround [1], which allows for both tag and various stuff to be changed at will.

For the ~/.vim layout I actually have a bundle dir but also a bundle.available dir. In the latter land all vim plugin git submodules I might need while the former contains links to those I actually want active.

[1] https://github.com/tpope/vim-surround