My simple neovim config
at main 12 lines 209 B view raw
1return { 2 settings = { 3 pyright = { 4 disableOrganizeImports = true, 5 }, 6 python = { 7 analysis = { 8 ignore = "*", 9 }, 10 }, 11 }, 12}