Skip to content

Commit d1f7a10

Browse files
authored
Update init.lua
1 parent d60c5b6 commit d1f7a10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,7 @@ require('lazy').setup({
694694
lua = { 'stylua' },
695695
-- Conform can also run multiple formatters sequentially
696696
python = { 'black', 'ruff' },
697-
go = { 'gofumpt },
697+
go = { 'gofumpt' },
698698
sql = { 'sql-formatter' },
699699
--
700700
-- You can use 'stop_after_first' to run the first available formatter from the list

0 commit comments

Comments
 (0)