1
0
Fork 0

nvim: use ruff with pyright

This commit is contained in:
Arthur K. 2026-01-30 17:56:53 +03:00
parent adc494721a
commit 5076968086
Signed by: wzray
GPG key ID: B97F30FDC4636357
3 changed files with 15 additions and 5 deletions

View file

@ -0,0 +1,7 @@
return {
settings = {
pyright = {
disableOrganizeImports = true,
},
},
}