blob: 63e7eb11481436a5fd26630a48b6d755cef9a9fb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
---@brief
---
--- https://github.com/Pure-D/serve-d
---
--- Microsoft language server protocol implementation for D using workspace-d.
--- Download a binary from https://github.com/Pure-D/serve-d/releases and put it in your $PATH.
return {
cmd = { 'serve-d' },
filetypes = { 'd' },
root_markers = { 'dub.json', 'dub.sdl', '.git' },
}
|