Skip to content

serve_d

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.

Setup

require'lspconfig'.serve_d.setup{}

Default values

cmd = { "serve-d" }
filetypes = { "d" }
root_dir = function(startpath)
    return M.search_ancestors(startpath, matcher)
  end
Back to top