Re: vim tips for D development

2012-02-20 Thread simendsjo
On Sun, 19 Feb 2012 23:02:21 +0100, Kiith-Sa <4...@theanswer.com> wrote: On Sunday, 19 February 2012 at 20:09:58 UTC, simendsjo wrote: On Sun, 19 Feb 2012 17:00:37 +0100, Kiith-Sa <4...@theanswer.com> wrote: Thanks. supertab and autoComplPop seems really nice. A couple of other stuff to add

Re: vim tips for D development

2012-02-19 Thread Kiith-Sa
On Sunday, 19 February 2012 at 20:09:58 UTC, simendsjo wrote: On Sun, 19 Feb 2012 17:00:37 +0100, Kiith-Sa <4...@theanswer.com> wrote: Thanks. supertab and autoComplPop seems really nice. A couple of other stuff to add to the list: surround, delimitMate and "smart semicolon" in .vimrc: inorem

Re: vim tips for D development

2012-02-19 Thread simendsjo
On Sun, 19 Feb 2012 17:00:37 +0100, Kiith-Sa <4...@theanswer.com> wrote: On Sunday, 19 February 2012 at 13:37:19 UTC, simendsjo wrote: A question for the vim users out there: What plugins etc are you using when writing D code? I'm using the patched ctags, updated d.syntax and snipMate, but are

Re: vim tips for D development

2012-02-19 Thread Kiith-Sa
On Sunday, 19 February 2012 at 13:37:19 UTC, simendsjo wrote: A question for the vim users out there: What plugins etc are you using when writing D code? I'm using the patched ctags, updated d.syntax and snipMate, but are there other good plugins I could use? I use SnipMate with many custom sn

Re: vim tips for D development

2012-02-19 Thread James Miller
I use vim, and I find that just vanilla vim does the job fine for me. I don't tend to use autocomplete unless its really smart (like using clang-complete for C/C++), and I should probably grab the latest D syntax file. mostly just judicious use of "/" and "gg" gets me most places.

vim tips for D development

2012-02-19 Thread simendsjo
A question for the vim users out there: What plugins etc are you using when writing D code? I'm using the patched ctags, updated d.syntax and snipMate, but are there other good plugins I could use?