From d38c07abf4ed4f8002362cc567172f2581a02a06 Mon Sep 17 00:00:00 2001 From: Michael Peters Date: Mon, 26 Sep 2022 17:51:15 -0700 Subject: [PATCH] Use black with :call Black() --- lua/plugins.lua | 3 +++ 1 file changed, 3 insertions(+) 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 = {