From 88d1681f4dd48843197f52c11486e75ef9392e14 Mon Sep 17 00:00:00 2001 From: Italo Borrelli Date: Thu, 22 May 2025 08:11:42 -0700 Subject: [PATCH] Add formatting for py --- .config/nvim/lua/plugins/language_support/conform.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/nvim/lua/plugins/language_support/conform.lua b/.config/nvim/lua/plugins/language_support/conform.lua index dbcd951..1f1e36f 100644 --- a/.config/nvim/lua/plugins/language_support/conform.lua +++ b/.config/nvim/lua/plugins/language_support/conform.lua @@ -7,7 +7,7 @@ return { formatters_by_ft = { lua = { "stylua" }, nginx = { "nginxfmt" }, - python = { "black" }, + python = { "black", "flake8" }, yaml = { "yamlfix" }, -- Use the "*" filetype to run formatters on all filetypes. -- ["*"] = { "codespell" },