diff --git a/init.lua b/init.lua index b90cdf9f..f3111fb9 100644 --- a/init.lua +++ b/init.lua @@ -663,8 +663,9 @@ require('lazy').setup({ end, formatters_by_ft = { lua = { 'stylua' }, + cpp = { 'clangd' }, -- Conform can also run multiple formatters sequentially - -- python = { "isort", "black" }, + python = { 'isort', 'black', 'autopep8' }, -- -- You can use 'stop_after_first' to run the first available formatter from the list -- javascript = { "prettierd", "prettier", stop_after_first = true },