Skip to content

Commit

Permalink
refactor(neovim): use solargraph instead of ruby-lsp
Browse files Browse the repository at this point in the history
  • Loading branch information
olimorris committed Dec 17, 2023
1 parent 5feac52 commit d544462
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .config/nvim/lua/plugins/lsp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -380,8 +380,8 @@ return {
"jsonls",
"lua_ls",
"pyright",
"ruby_ls",
-- "solargraph",
-- "ruby_ls",
"solargraph",
-- "tailwindcss", -- Disabled due to high node CPU usage
"tsserver",
"vuels",
Expand Down

0 comments on commit d544462

Please sign in to comment.