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