diff options
chore: add type annotation for configs
Diffstat (limited to 'lsp/typeprof.lua')
| -rw-r--r-- | lsp/typeprof.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/typeprof.lua b/lsp/typeprof.lua index 209eb3a2..5b756cf8 100644 --- a/lsp/typeprof.lua +++ b/lsp/typeprof.lua @@ -3,6 +3,7 @@ --- https://github.com/ruby/typeprof --- --- `typeprof` is the built-in analysis and LSP tool for Ruby 3.1+. +---@type vim.lsp.Config return { cmd = { 'typeprof', '--lsp', '--stdio' }, filetypes = { 'ruby', 'eruby' }, |
