aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/robotframework_ls.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lsp/robotframework_ls.lua')
-rw-r--r--lsp/robotframework_ls.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/robotframework_ls.lua b/lsp/robotframework_ls.lua
index 5b9b5b55..2f3e01f3 100644
--- a/lsp/robotframework_ls.lua
+++ b/lsp/robotframework_ls.lua
@@ -3,6 +3,7 @@
--- https://github.com/robocorp/robotframework-lsp
---
--- Language Server Protocol implementation for Robot Framework.
+---@type vim.lsp.Config
return {
cmd = { 'robotframework_ls' },
filetypes = { 'robot' },