Update README.md

This commit is contained in:
Brian Schott 2014-07-11 12:56:58 -07:00
parent cadc918d0e
commit 3fc877a1be
1 changed files with 5 additions and 0 deletions

View File

@ -38,6 +38,11 @@ let g:dcd_importPath=['C:\D\dmd2\src\phobos','C:\D\dmd2\src\druntime\import']
Import paths are globbed with Vim's globbing function.
Be sure that the following option is set in your .vimrc:
```vim
set omnifunc=syntaxComplete#complete
```
Usage
=====
When the filetype is D, use the `DCDstartServer` command to start the server