All Projects → landaire → deoplete-d

landaire / deoplete-d

Licence: MIT license
D completion for deoplete

Programming Languages

python
139335 projects - #7 most used programming language
Vim Script
2826 projects

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].