aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/typeprof.lua
blob: 523d05825beeacd78a47588d664a9ef96e9be526 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
---@brief
---
---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' },
  root_markers = { 'Gemfile', '.git' },
}