Add zimports to python format commands
This commit is contained in:
parent
1ce6e03a72
commit
4b68cc887c
|
@ -151,6 +151,7 @@ require('lspconfig')['efm'].setup {
|
|||
languages = {
|
||||
python = {
|
||||
{ formatCommand = 'black --quiet -', formatStdin = true },
|
||||
{ formatCommand = 'zimports -', formatStdin = true },
|
||||
{ formatCommand = 'isort --quiet -', formatStdin = true },
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue