aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/vls.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lsp/vls.lua')
-rw-r--r--lsp/vls.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/vls.lua b/lsp/vls.lua
index b4076672..1147b6c4 100644
--- a/lsp/vls.lua
+++ b/lsp/vls.lua
@@ -5,6 +5,7 @@
--- V language server.
---
--- `v-language-server` can be installed by following the instructions [here](https://github.com/vlang/vls#installation).
+---@type vim.lsp.Config
return {
cmd = { 'v', 'ls' },
filetypes = { 'v', 'vlang' },