diff options
chore: add type annotation for configs
Diffstat (limited to 'lsp/robotcode.lua')
| -rw-r--r-- | lsp/robotcode.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/robotcode.lua b/lsp/robotcode.lua index 1193a3ab..d3fca8cb 100644 --- a/lsp/robotcode.lua +++ b/lsp/robotcode.lua @@ -3,6 +3,7 @@ --- https://robotcode.io --- --- RobotCode - Language Server Protocol implementation for Robot Framework. +---@type vim.lsp.Config return { cmd = { 'robotcode', 'language-server' }, filetypes = { 'robot', 'resource' }, |
