Update init.lua

pull/1681/head
MShock5150 2 months ago committed by GitHub
parent d60c5b6666
commit d1f7a105c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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

Loading…
Cancel
Save