diff options
Diffstat (limited to 'lsp/typeprof.lua')
| -rw-r--r-- | lsp/typeprof.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lsp/typeprof.lua b/lsp/typeprof.lua index 132b8a2e..209eb3a2 100644 --- a/lsp/typeprof.lua +++ b/lsp/typeprof.lua @@ -1,8 +1,8 @@ ---@brief --- --- https://github.com/ruby/typeprof --- --- `typeprof` is the built-in analysis and LSP tool for Ruby 3.1+. +--- https://github.com/ruby/typeprof +--- +--- `typeprof` is the built-in analysis and LSP tool for Ruby 3.1+. return { cmd = { 'typeprof', '--lsp', '--stdio' }, filetypes = { 'ruby', 'eruby' }, |
