mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 13:22:13 +02:00
11 lines
172 B
Lua
11 lines
172 B
Lua
return {
|
|
"stevearc/conform.nvim",
|
|
opts = {
|
|
formatters_by_ft = {
|
|
lua = { "stylua" },
|
|
javascript = { "eslint_d" },
|
|
php = { "phpcbf" }
|
|
},
|
|
},
|
|
}
|