mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-22 04:21:03 +00:00
Replace ruby_ls with ruby_lsp
It was deprecated in favor of...
This commit is contained in:
parent
eb66847167
commit
48e9b425dd
1 changed files with 2 additions and 2 deletions
4
init.lua
4
init.lua
|
|
@ -4,9 +4,9 @@ require("config.lazy")
|
|||
-- init.lua
|
||||
local lspconfig = require("lspconfig")
|
||||
|
||||
if lspconfig and lspconfig.ruby_ls and lspconfig.ruby_ls.setup then
|
||||
if lspconfig and lspconfig.ruby_lsp and lspconfig.ruby_lsp.setup then
|
||||
-- Setup Ruby Language Server
|
||||
lspconfig.ruby_ls.setup({
|
||||
lspconfig.ruby_lsp.setup({
|
||||
cmd = { "ruby-lsp" },
|
||||
filetypes = { "ruby" },
|
||||
settings = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue