On Tuesday, 24 April 2018 at 07:15:38 UTC, Dave wrote:
On Sunday, 28 January 2018 at 16:02:36 UTC, Jonathan M Davis wrote:
> The problem is Teoh that learning a language in Vim or a > IDE are two totally different things.

vim is a fantastic tool but it can be time consuming to configure. So I am wondering if some vim-D users would kindly share their vim setup for D and maybe even give some insights into their vim-D work-flow?

Thx Dave

You can checkout [0], [1] which have some nice info on setting up various IDEs and text editors for D. vim in specific already had syntax highlighting support by default. Just do `syntax on`. You can enable other features like standard library highlighting, util snips, etc, by looking at [2].

[0]:https://wiki.dlang.org/Editors
[1]:https://wiki.dlang.org/IDEs
[2]:https://wiki.dlang.org/D_in_Vim

Reply via email to