From bdcdcc11ea690e5b308924e71459dab65cc3c3ae Mon Sep 17 00:00:00 2001 From: lowell Date: Mon, 17 Feb 2025 18:24:02 -0500 Subject: [PATCH] added rubocop --- lua/plugins/lsp.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/plugins/lsp.lua b/lua/plugins/lsp.lua index 1634b6b..efd6178 100644 --- a/lua/plugins/lsp.lua +++ b/lua/plugins/lsp.lua @@ -163,6 +163,7 @@ return { -- -- But for many setups, the LSP (`tsserver`) will work just fine astro = {}, + rubocop = {}, rufo = {}, ruby_lsp = {}, tsserver = {},