diff options
Diffstat (limited to '.config/nvim/lsp/steep.lua')
-rw-r--r-- | .config/nvim/lsp/steep.lua | 14 |
1 files changed, 0 insertions, 14 deletions
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' }, -} |