This commit is contained in:
jordanyono 2026-02-26 14:48:02 -05:00
parent d54396f478
commit 3236f481d7
1 changed files with 1 additions and 0 deletions

View File

@ -999,6 +999,7 @@ require('lazy').setup({
formatters_by_ft = { formatters_by_ft = {
lua = { 'stylua' }, lua = { 'stylua' },
sql = { 'sql_formatter' }, sql = { 'sql_formatter' },
json = { 'prettier' },
-- Conform can also run multiple formatters sequentially -- Conform can also run multiple formatters sequentially
-- python = { "isort", "black" }, -- python = { "isort", "black" },
-- --