Update ruff lsp reference
This commit is contained in:
parent
c775ba3fa5
commit
5a346cf7ea
1 changed files with 2 additions and 2 deletions
|
|
@ -64,7 +64,7 @@ local python_root_dir = function(fname)
|
||||||
util.path.dirname(fname)
|
util.path.dirname(fname)
|
||||||
end
|
end
|
||||||
|
|
||||||
nvim_lsp.ruff_lsp.setup({
|
nvim_lsp.ruff.setup({
|
||||||
on_attach = on_attach,
|
on_attach = on_attach,
|
||||||
capabilities = capabilities,
|
capabilities = capabilities,
|
||||||
root_dir = python_root_dir
|
root_dir = python_root_dir
|
||||||
|
|
@ -79,7 +79,7 @@ nvim_lsp.pylsp.setup({
|
||||||
pylsp = {
|
pylsp = {
|
||||||
plugins = {
|
plugins = {
|
||||||
ruff = {
|
ruff = {
|
||||||
enabled = false -- now through ruff_lsp
|
enabled = false -- now through ruff lsp
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue