From 60daac69c0434ef3986f90b1eff67c94aad9f917 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Thu, 26 Oct 2023 00:44:33 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(nvim):=20added=20isort=20forma?= =?UTF-8?q?tter=20for=20python=20imports?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/nvim/lua/plugins/conform.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/nvim/lua/plugins/conform.lua b/.config/nvim/lua/plugins/conform.lua index 7129db35..2cb0f5f7 100644 --- a/.config/nvim/lua/plugins/conform.lua +++ b/.config/nvim/lua/plugins/conform.lua @@ -14,7 +14,7 @@ return { lua = { "stylua" }, fish = { "fish_indent" }, sh = { "shfmt", "shellharden" }, - python = { "black" }, + python = { "isort", "black" }, bash = { "shfmt", "shellharden" }, javascript = { { "prettierd", "prettier", "rustywind" } }, javascriptreact = { { "prettierd", "prettier", "rustywind" } },