🔧 chore(nvim): use ruff instead of ruff_lsp
This commit is contained in:
parent
7870d7301e
commit
26c379ea9d
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ return {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
ruff_lsp = {
|
ruff = {
|
||||||
handlers = {
|
handlers = {
|
||||||
["textDocument/publishDiagnostics"] = function() end,
|
["textDocument/publishDiagnostics"] = function() end,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue