neovim-dotfiles/lua/plugins/conformer.lua
Dario48true 9c1281ef4f tmp
2025-02-26 11:03:47 +01:00

12 lines
210 B
Lua

return {
"stevearc/conform.nvim",
opts = {
formatters_by_ft = {
lua = { "stylua" },
js = { "prettierd" },
html = { "prettierd" },
c = { "clang-format" },
cpp = { "clang-format" },
},
},
}