Skip to content

Commit

Permalink
Remove ruby_ls
Browse files Browse the repository at this point in the history
  • Loading branch information
krmbzds committed Oct 28, 2023
1 parent 7884774 commit da4de72
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 50 deletions.
47 changes: 0 additions & 47 deletions lua/config/lsp/ruby_ls.lua

This file was deleted.

4 changes: 1 addition & 3 deletions lua/config/plugins/lsp-zero.lua
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ function M.config()
local icons = require("config.icons").diagnostics

local lua_ls_opts = require("config.lsp.lua_ls")
local ruby_ls_opts = require("config.lsp.ruby_ls")
local solargraph_opts = require("config.lsp.solargraph")

require("mason.settings").set({ ui = { border = "rounded" } })
Expand All @@ -68,9 +67,8 @@ function M.config()
info = icons.Information,
},
})
lsp.ensure_installed({ "ruby_ls", "solargraph", "lua_ls", "tsserver" })
lsp.ensure_installed({ "solargraph", "lua_ls", "tsserver" })
lsp.configure("lua_ls", lua_ls_opts)
lsp.configure("ruby_ls", ruby_ls_opts)
lsp.configure("solargraph", solargraph_opts)
lsp.on_attach(function(client, bufnr)
if vim.b.lsp_attached then
Expand Down

0 comments on commit da4de72

Please sign in to comment.