dotfiles/.config/nvim/lua/plugins/conform.lua

9 lines
102 B
Lua
Raw Normal View History

2024-08-07 05:36:20 +00:00
return {
"stevearc/conform.nvim",
opts = {
formatters_by_ft = {
lua = { "stylua" },
},
},
}