Search code examples
vimdomnicomplete

Vim OmniComplete for D


Is there any Vim plugin that provide completition for D using OmniComplete? I have searched over Google but I found nothing.


Solution

  • You could use syntax based omnicompletion, which should work as long as you have a working syntax file.

    Vim should already come with a syntax file from D, starting from version 6.3 or later. If you are using an earlier version of Vim you could try this plugin.