🔧 chore(nvim): use ruff instead of ruff_lsp

This commit is contained in:
Sergio Laín 2024-04-22 17:04:24 +02:00
parent 7870d7301e
commit 26c379ea9d
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -50,7 +50,7 @@ return {
},
},
},
ruff_lsp = {
ruff = {
handlers = {
["textDocument/publishDiagnostics"] = function() end,
},