diff options
| author | seth <[email protected]> | 2024-11-23 15:50:07 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2024-11-23 15:50:07 -0500 |
| commit | 43065f7112479eea94b7e74577b3e1ae30b1ddcc (patch) | |
| tree | c831e8ee031b6d46596b09d9f85be0478119a6dd | |
| parent | ee612b0c7c8d15dca25a1d668849c41a23129627 (diff) | |
lsp: ruff_lsp -> ruff
| -rw-r--r-- | lua/getchoo/plugins/lsp.lua | 3 |
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) |
