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