dotfiles/dot_config/nvim/lua/plugins/format.lua
2024-12-24 23:36:57 +01:00

12 lines
157 B
Lua

return {
{
"stevearc/conform.nvim",
optional = true,
opts = {
formatters_by_ft = {
perl = { "perltidy" },
},
},
},
}