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