From be8d53188515017a9a9d22d032772682fdc15ae8 Mon Sep 17 00:00:00 2001 From: 0x4D5352 <67082011+0x4D5352@users.noreply.github.com> Date: Sat, 30 Nov 2024 11:33:22 -0600 Subject: [PATCH] remove ruff-lsp --- init.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/init.lua b/init.lua index f214705c..542c6f6a 100644 --- a/init.lua +++ b/init.lua @@ -474,10 +474,9 @@ require('lazy').setup({ -- For example, to see the options for `lua_ls`, you could go to: https://luals.github.io/wiki/settings/ local servers = { -- clangd = {}, - -- gopls = {}, + gopls = {}, -- pyright = {}, ruff = {}, - ruff_lsp = {}, rust_analyzer = {}, -- ... etc. See `:help lspconfig-all` for a list of all the pre-configured LSPs --