-- -- This file adds local changes to the corresponding file and plugins in LazyVim -- return { { -- https://github.com/stevearc/conform.nvim "stevearc/conform.nvim", opts = { formatters_by_ft = { awk = { "awk" }, fish = {}, -- disable default formatter json = { "jq" }, perl = { "perltidy" }, }, }, }, }