From 790eccde5e3bb6a187a47c34fa905bab064fad71 Mon Sep 17 00:00:00 2001 From: awy Date: Wed, 19 Nov 2025 19:35:16 +0300 Subject: yep --- .config/nvim/lsp/steep.lua | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .config/nvim/lsp/steep.lua (limited to '.config/nvim/lsp/steep.lua') diff --git a/.config/nvim/lsp/steep.lua b/.config/nvim/lsp/steep.lua deleted file mode 100644 index a617101..0000000 --- a/.config/nvim/lsp/steep.lua +++ /dev/null @@ -1,14 +0,0 @@ ----@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`. - ----@type vim.lsp.Config -return { - cmd = { 'steep', 'langserver' }, - filetypes = { 'ruby', 'eruby' }, - root_markers = { 'Steepfile', '.git' }, -} -- cgit v1.2.3