aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/steep.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lsp/steep.lua')
-rw-r--r--lsp/steep.lua10
1 files changed, 5 insertions, 5 deletions
diff --git a/lsp/steep.lua b/lsp/steep.lua
index 13375ec1..760f97c6 100644
--- a/lsp/steep.lua
+++ b/lsp/steep.lua
@@ -1,10 +1,10 @@
---@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`.
+--- 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' },