From ad45b137cb706e351c511199510860a7626df30d Mon Sep 17 00:00:00 2001 From: "Diego Miguel M. Villamil" Date: Fri, 20 Sep 2024 21:17:49 +0800 Subject: [PATCH] uncommented python formatting tools --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 96de7e6a..cc9a3bb5 100644 --- a/init.lua +++ b/init.lua @@ -700,7 +700,7 @@ require('lazy').setup({ formatters_by_ft = { lua = { 'stylua' }, -- Conform can also run multiple formatters sequentially - -- python = { "isort", "black" }, + python = { 'isort', 'black' }, -- -- You can use 'stop_after_first' to run the first available formatter from the list -- javascript = { "prettierd", "prettier", stop_after_first = true },