From ad73591b41a3cfe65effcb7253e3578b126ebc92 Mon Sep 17 00:00:00 2001 From: eleith Date: Wed, 6 Sep 2023 04:46:23 +0000 Subject: [PATCH] [nvim] switch to rubocop lsp --- config/nvim/lua/plugins/lsp.lua | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/config/nvim/lua/plugins/lsp.lua b/config/nvim/lua/plugins/lsp.lua index 94e7226..42450c2 100644 --- a/config/nvim/lua/plugins/lsp.lua +++ b/config/nvim/lua/plugins/lsp.lua @@ -77,7 +77,7 @@ return { { "bashls" }, { "dockerls" }, { "solargraph" }, - -- { "rubocop" }, -- needs rubocop >= 1.54 + { "rubocop" }, -- { "ruby_ls" }, -- wait for nvim 0.10 { "gopls", { root_dir = function() @@ -117,7 +117,6 @@ return { filetypes = { "lua", "fish", - "ruby", "html", "javascript", "typescript", @@ -146,9 +145,6 @@ return { html = { require("efmls-configs.formatters.prettier"), }, - ruby = { - require("efmls-configs.linters.rubocop"), - }, javascript = { require("efmls-configs.formatters.prettier"), },