From 030a72f0aa4d56f9e8ff67921e6e3ffd0e97bf07 Mon Sep 17 00:00:00 2001 From: Igor Date: Mon, 18 Aug 2025 23:39:23 -0300 Subject: chore: add type annotation for configs --- lsp/steep.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'lsp/steep.lua') diff --git a/lsp/steep.lua b/lsp/steep.lua index 760f97c6..ba6b1ca9 100644 --- a/lsp/steep.lua +++ b/lsp/steep.lua @@ -5,6 +5,7 @@ --- `steep` is a static type checker for Ruby. --- --- You need `Steepfile` to make it work. Generate it with `steep init`. +---@type vim.lsp.Config return { cmd = { 'steep', 'langserver' }, filetypes = { 'ruby', 'eruby' }, -- cgit v1.2.3-70-g09d2