diff options
chore: add type annotation for configs
Diffstat (limited to 'lsp/steep.lua')
| -rw-r--r-- | lsp/steep.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/steep.lua b/lsp/steep.lua index 760f97c6..ba6b1ca9 100644 --- a/lsp/steep.lua +++ b/lsp/steep.lua @@ -5,6 +5,7 @@ --- `steep` is a static type checker for Ruby. --- --- You need `Steepfile` to make it work. Generate it with `steep init`. +---@type vim.lsp.Config return { cmd = { 'steep', 'langserver' }, filetypes = { 'ruby', 'eruby' }, |
