February 27, 2017
Any vim users here? I've been trying to set up Vim to get started with D. I was going to install Dutyl plugin but DCD is not working.

Neovim's deoplete-d doesn't seem to work either. I'm not sure about how to set up importpath.  Can anyone share .vimrc?
Also, if anyone gave me a step by step instruction on how to set up Dutyl with DCD, I would be very grateful.


//misc information
$ which dub dmd dcd-server dcd-client
/usr/bin/dub
/usr/bin/dmd
/home/user0/bin/dcd-server
/home/user0/bin/dcd-client
February 27, 2017
On Monday, 27 February 2017 at 02:06:29 UTC, helxi wrote:
> Any vim users here? I've been trying to set up Vim to get started with D. I was going to install Dutyl plugin but DCD is not working.

Hi,
setting up (Neo)Vim for D might be tricky. Here is my config for neovim: https://gist.github.com/whitebyte/0446848480cd13d1524b80f8f68d9748

It's far from being perfect, but D autocompletion works fine.