Cleanup pyright LSP comment
This commit is contained in:
parent
ef922c82f5
commit
ab2d68579f
@ -84,8 +84,7 @@ return {
|
|||||||
require('lspconfig').pyright.setup({
|
require('lspconfig').pyright.setup({
|
||||||
settings = {
|
settings = {
|
||||||
pyright = {
|
pyright = {
|
||||||
-- Using Ruff's import organizer
|
disableOrganizeImports = true, -- Use ruff import sorter instead
|
||||||
disableOrganizeImports = true,
|
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user