summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseth <[email protected]>2024-11-23 15:50:07 -0500
committerseth <[email protected]>2024-11-23 15:50:07 -0500
commit43065f7112479eea94b7e74577b3e1ae30b1ddcc (patch)
treec831e8ee031b6d46596b09d9f85be0478119a6dd
parentee612b0c7c8d15dca25a1d668849c41a23129627 (diff)
lsp: ruff_lsp -> ruff
-rw-r--r--lua/getchoo/plugins/lsp.lua3
1 files changed, 1 insertions, 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)