aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/typeprof.lua
blob: 209eb3a20cb879d5d2ee4a0e28fabd5ceb379a8e (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' },
}