spacemacs/layers/+lang/d
syl20bnr ebe4c60264 Revert "Defer packages by default using use-package-always-defer"
This reverts commit 29c78ce841 and all other fixes
that have been made afterwards.

The motivation is that use-package is seen by many as a replacement for
`require`. Is use-package always defer the loading of packages then is breaks
this use case, this does not respect POLA so even if it was making Spacemacs
loading faster (up to 3s faster on some startup on my machine) we just cannot
use it, it would be irresponsible. Spacemacs should be easy to use, loading
performance will come with time but it is not a priority.
2018-03-03 23:40:10 -05:00
..
img
config.el Happy New Year 2018! 2018-01-04 02:00:25 -05:00
packages.el Revert "Defer packages by default using use-package-always-defer" 2018-03-03 23:40:10 -05:00
README.org Fix doc for chinese, transmission, d, command-log and idris layer 2018-01-19 19:41:40 +01:00

D language layer

/TakeV/spacemacs/media/commit/2be6e4e338b98e3347167cb25f29e424a331ba03/layers/+lang/d/img/dlogo.png

Description

This simple layer adds support for the D language to Spacemacs.

Features:

  • Syntax highlighting
  • Auto completion via company
  • Syntax checking via flycheck

Install

To use this configuration layer, add it to your ~/.spacemacs. You will need to add d to the existing dotspacemacs-configuration-layers list in this file.

To enable auto completion, you need to install DCD. After successfully building DCD, you need to copy the binary dcd-server and dcd-client in your path.

It is also recommended to install DUB a D language package manager.

Key bindings

Key Binding Description
SPC m g g Go to definition
SPC m g b Jump back (after go to definition with above command)
SPC m g r Find references to all symbol at point
SPC m h h Display documentation of symbol under point