Skip to content

Commit

Permalink
migrate to ruby-ls from solargraph
Browse files Browse the repository at this point in the history
  • Loading branch information
danwetherald committed Jul 27, 2023
1 parent 8363323 commit c63ab37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nvim_custom/configs/lspconfig.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ local on_attach = configs.on_attach
local capabilities = configs.capabilities

local lspconfig = require "lspconfig"
local servers = { "html", "cssls", "clangd", "solargraph", "tailwindcss" }
local servers = { "html", "cssls", "clangd", "tailwindcss", "ruby_ls" }

for _, lsp in ipairs(servers) do
lspconfig[lsp].setup {
Expand Down
2 changes: 1 addition & 1 deletion nvim_custom/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ local plugins = {
"yaml-language-server",

-- rails
"solargraph",
"ruby-lsp",
}
}
},
Expand Down

0 comments on commit c63ab37

Please sign in to comment.