8 lines
123 B
Lua
8 lines
123 B
Lua
return {
|
|
"stevearc/conform.nvim",
|
|
opts = {
|
|
formatters_by_ft = {
|
|
["_"] = { "trim_whitespace" },
|
|
},
|
|
},
|
|
}
|