diff --git a/lua/plugins.lua b/lua/plugins.lua index d4d962e..2f7c933 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -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 = {