Cleanup pyright LSP comment

This commit is contained in:
Kenneth Benzie 2024-04-01 22:31:40 +01:00
parent ef922c82f5
commit ab2d68579f

View File

@ -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,
}, },
} }
}) })