faster goto definition

This commit is contained in:
Michael Wesolek 2024-12-03 11:59:23 +01:00 committed by OdysseusOperator
parent a84ce8853e
commit bad1d8bfcc
1 changed files with 1 additions and 1 deletions

View File

@ -1063,7 +1063,7 @@ require('lspconfig').pylsp.setup {
},
ruff = {
enabled = true,
formatEnabled = true,
formatEnabled = false,
lineLength = 120,
targetVersion = 'py311',
},