diff --git a/dot_config/nvim/lua/plugins/format.lua b/dot_config/nvim/lua/plugins/format.lua new file mode 100644 index 0000000..2489094 --- /dev/null +++ b/dot_config/nvim/lua/plugins/format.lua @@ -0,0 +1,11 @@ +return { + { + "stevearc/conform.nvim", + optional = true, + opts = { + formatters_by_ft = { + perl = { "perltidy" }, + }, + }, + }, +}