starter/lua/plugins/indent.lua

7 lines
71 B
Lua
Raw Normal View History

2024-05-13 14:29:44 +08:00
return {
2024-05-25 23:27:46 +08:00
{
"Darazaki/indent-o-matic",
event = "BufReadPre",
},
2024-05-13 14:29:44 +08:00
}