From d1f7a105c266e9cf1df5901dbf4128a99acd6847 Mon Sep 17 00:00:00 2001 From: MShock5150 <40338967+MShock5150@users.noreply.github.com> Date: Sat, 21 Jun 2025 11:03:10 -0500 Subject: [PATCH] Update init.lua --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index f1e49e5c..7aa44af2 100644 --- a/init.lua +++ b/init.lua @@ -694,7 +694,7 @@ require('lazy').setup({ lua = { 'stylua' }, -- Conform can also run multiple formatters sequentially python = { 'black', 'ruff' }, - go = { 'gofumpt }, + go = { 'gofumpt' }, sql = { 'sql-formatter' }, -- -- You can use 'stop_after_first' to run the first available formatter from the list