Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.02 KB

editor-nova.md

File metadata and controls

34 lines (23 loc) · 1.02 KB

Using serve-d with Nova


Summary

An extension for Nova is available via the normal extension facility.

Installing this will enable D support to work in Nova.

It will also enable syntax highlighting, folding, and indentation features via the Tree-sitter [D grammar][4].

Requirements

You will need a version of serve-d newer than 0.7.4. As of this moment, no such release exists, but if you use a current nightly or build serve-d yourself, then it should work fine.

Configuration

If the serve-d binary is not in /usr/local/bin, then you will need to set the path. This can be done in the Extensions → Extension Library... panel by clicking the Settings tab for the Serve-D extension.

Set the Language Server Path to the location where your serve-d binary can be found.