Skip to content

procuteboy/deoplete-d

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

deoplete-d

Adds auto-complete support for the D programming language to Vim

Installation

Using your favorite package manager or whatever (idk, you probably know vim better than I do):

Plug 'landaire/deoplete-d'

Configuration

Default configuration:

let g:deoplete#sources#d#dcd_client_binary = '' location of the dcd-client on your system. This is optional and will be found in your $PATH if not set

let g:deoplete#sources#d#dcd_server_binary = '' location of the dcd-server on your system. This is optional and will be found in your $PATH if not set

let g:deoplete#sources#d#dcd_server_autostart = 1 - whether or not dcd-server should be auto-started

Preview

Gfycat

About

D completion for deoplete

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 94.0%
  • Vim Script 6.0%