Update init.lua

This commit is contained in:
MShock5150 2025-06-21 11:03:10 -05:00 committed by GitHub
parent d60c5b6666
commit d1f7a105c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -694,7 +694,7 @@ require('lazy').setup({
lua = { 'stylua' }, lua = { 'stylua' },
-- Conform can also run multiple formatters sequentially -- Conform can also run multiple formatters sequentially
python = { 'black', 'ruff' }, python = { 'black', 'ruff' },
go = { 'gofumpt }, go = { 'gofumpt' },
sql = { 'sql-formatter' }, sql = { 'sql-formatter' },
-- --
-- You can use 'stop_after_first' to run the first available formatter from the list -- You can use 'stop_after_first' to run the first available formatter from the list