From 3fc877a1be7db112c0b639158d6856191cc8d169 Mon Sep 17 00:00:00 2001 From: Brian Schott Date: Fri, 11 Jul 2014 12:56:58 -0700 Subject: [PATCH] Update README.md --- editors/vim/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/editors/vim/README.md b/editors/vim/README.md index db72549..a8cf81a 100644 --- a/editors/vim/README.md +++ b/editors/vim/README.md @@ -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