idanarye / vim-dutyl

Coordinate D tools to work together for you
http://www.vim.org/scripts/script.php?script_id=5003
79 stars 13 forks source link

Dutyl + neocomplete #21

Closed whitebyte closed 9 years ago

whitebyte commented 9 years ago

Hi, I'm trying to make syntax complete popup automatic (without C-x C-O). I'm using neocomplete.vim. Tried to add autocmd FileType d setlocal omnifunc=dutyl#dComplete to my vimrc but still no luck, quick look at the docs didn't brought enlightening. Could you please point me to the right direction?

idanarye commented 9 years ago

I never used neocomplete, but a quick google shows that someone opened a ticket on this issue there(https://github.com/Shougo/neocomplete.vim/issues/340) and Shougo answered, so you might want to look there.

idanarye commented 9 years ago

It looks like the asker of that question wrote a blog post about configuring Dutyl and it has a section about configuring it with neocomplete: http://prog3.com/sbdm/blog/Ice_Nature/article/details/40225205#t5

whitebyte commented 9 years ago

I had to find it by myself. Thank you for the help and sorry for the LMGTFY-style ticket.