aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/serve_d.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lsp/serve_d.lua')
-rw-r--r--lsp/serve_d.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/serve_d.lua b/lsp/serve_d.lua
index 63e7eb11..98d480c6 100644
--- a/lsp/serve_d.lua
+++ b/lsp/serve_d.lua
@@ -4,6 +4,7 @@
---
--- 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.
+---@type vim.lsp.Config
return {
cmd = { 'serve-d' },
filetypes = { 'd' },