return { { "neovim/nvim-lspconfig", opts = { servers = { ruby_lsp = { cmd_env = { BUNDLE_GEMFILE = vim.fn.expand("~/.config/nvim/ruby-lsp-bundle/Gemfile"), }, }, }, }, }, }