diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2025-08-18 22:58:31 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-18 22:58:31 -0400 |
| commit | 1b590dc980178611b4d8f1f13daf7f23dc878294 (patch) | |
| tree | 6430c1e4e840c0936a6796009fcc3b6cd509e0e8 /lsp/ruby_lsp.lua | |
| parent | fix(ts/js): servers do not start when `bun.lock` exists #4008 (diff) | |
| parent | chore: miscellaneous type fixes (diff) | |
| download | nvim-lspconfig-1b590dc980178611b4d8f1f13daf7f23dc878294.tar nvim-lspconfig-1b590dc980178611b4d8f1f13daf7f23dc878294.tar.gz nvim-lspconfig-1b590dc980178611b4d8f1f13daf7f23dc878294.tar.bz2 nvim-lspconfig-1b590dc980178611b4d8f1f13daf7f23dc878294.tar.lz nvim-lspconfig-1b590dc980178611b4d8f1f13daf7f23dc878294.tar.xz nvim-lspconfig-1b590dc980178611b4d8f1f13daf7f23dc878294.tar.zst nvim-lspconfig-1b590dc980178611b4d8f1f13daf7f23dc878294.zip | |
Merge #4010 from igorlfs/chore/type-annotations
Diffstat (limited to 'lsp/ruby_lsp.lua')
| -rw-r--r-- | lsp/ruby_lsp.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/ruby_lsp.lua b/lsp/ruby_lsp.lua index db6c4da2..e987e229 100644 --- a/lsp/ruby_lsp.lua +++ b/lsp/ruby_lsp.lua @@ -11,6 +11,7 @@ --- ```sh --- gem install ruby-lsp --- ``` +---@type vim.lsp.Config return { cmd = { 'ruby-lsp' }, filetypes = { 'ruby', 'eruby' }, |
