Use black with :call Black()

This commit is contained in:
Michael Peters 2022-09-26 17:51:15 -07:00
parent becfa7961f
commit d38c07abf4

View File

@ -157,6 +157,9 @@ packer.startup {
-- Import sorting for python (:Isort)
use { 'stsewd/isort.nvim', run = ':UpdateRemotePlugins' }
-- Formatting for python (:call Black())
use { 'averms/black-nvim', run = ':UpdateRemotePlugins' }
end,
config = {
display = {