diff options
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 5b756cf8..7fa34411 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' }, |
