blob: 13375ec1dbef93cefeb837f2353b1427629644c1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
---@brief
---
-- https://github.com/soutaro/steep
--
-- `steep` is a static type checker for Ruby.
--
-- You need `Steepfile` to make it work. Generate it with `steep init`.
return {
cmd = { 'steep', 'langserver' },
filetypes = { 'ruby', 'eruby' },
root_markers = { 'Steepfile', '.git' },
}
|