nvim/lua/plugins/auto-format.lua

8 lines
146 B
Lua
Raw Normal View History

return {
"https://git.sr.ht/~nedia/auto-format.nvim",
event = "BufWinEnter",
config = function()
require("auto-format").setup()
end
}