[nvim] switch to rubocop lsp

This commit is contained in:
eleith 2023-09-06 04:46:23 +00:00
parent 1c1a9233dc
commit ad73591b41
1 changed files with 1 additions and 5 deletions

View File

@ -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"),
},