uncommented python formatting tools

This commit is contained in:
Diego Miguel M. Villamil 2024-09-20 21:17:49 +08:00
parent 8378e8069b
commit ad45b137cb
1 changed files with 1 additions and 1 deletions

View File

@ -700,7 +700,7 @@ require('lazy').setup({
formatters_by_ft = { formatters_by_ft = {
lua = { 'stylua' }, lua = { 'stylua' },
-- Conform can also run multiple formatters sequentially -- Conform can also run multiple formatters sequentially
-- python = { "isort", "black" }, python = { 'isort', 'black' },
-- --
-- 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
-- javascript = { "prettierd", "prettier", stop_after_first = true }, -- javascript = { "prettierd", "prettier", stop_after_first = true },