1
0
Fork 0
dotfiles/.config/nvim/lua/lsp/pyright.lua

7 lines
109 B
Lua

return {
settings = {
pyright = {
disableOrganizeImports = true,
},
},
}