We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d60c5b6 commit d1f7a10Copy full SHA for d1f7a10
init.lua
@@ -694,7 +694,7 @@ require('lazy').setup({
694
lua = { 'stylua' },
695
-- Conform can also run multiple formatters sequentially
696
python = { 'black', 'ruff' },
697
- go = { 'gofumpt },
+ go = { 'gofumpt' },
698
sql = { 'sql-formatter' },
699
--
700
-- You can use 'stop_after_first' to run the first available formatter from the list
0 commit comments