aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/yang_lsp.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lsp/yang_lsp.lua')
-rw-r--r--lsp/yang_lsp.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/yang_lsp.lua b/lsp/yang_lsp.lua
index b34f7c49..4f435f93 100644
--- a/lsp/yang_lsp.lua
+++ b/lsp/yang_lsp.lua
@@ -3,6 +3,7 @@
--- https://github.com/TypeFox/yang-lsp
---
--- A Language Server for the YANG data modeling language.
+---@type vim.lsp.Config
return {
cmd = { 'yang-language-server' },
filetypes = { 'yang' },