From 43065f7112479eea94b7e74577b3e1ae30b1ddcc Mon Sep 17 00:00:00 2001 From: seth Date: Sat, 23 Nov 2024 15:50:07 -0500 Subject: lsp: ruff_lsp -> ruff --- lua/getchoo/plugins/lsp.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lua/getchoo/plugins/lsp.lua b/lua/getchoo/plugins/lsp.lua index 2b2da52..d7bcefc 100644 --- a/lua/getchoo/plugins/lsp.lua +++ b/lua/getchoo/plugins/lsp.lua @@ -70,8 +70,7 @@ local lsp_servers = { }, }, - ruff_lsp = { - binary = "ruff-lsp", + ruff = { extraOptions = { on_attach = function(client, _) require("lsp-format").on_attach(client) -- cgit v1.2.3